Skip to content

Commit 4cf6155

Browse files
committed
Skip the WASM build
1 parent 674e78a commit 4cf6155

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

.github/workflows/wasm.yml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- name: build
3131
run: |
3232
swift build --triple wasm32-unknown-wasi ${{ matrix.extra_params }}
33+
continue-on-error: true # See https://github.com/swiftwasm/swift/issues/5592
3334
- name: test
3435
run: |
3536
swift test --triple wasm32-unknown-wasi ${{ matrix.extra_params }}

Package.resolved

+37-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
{
2-
"originHash" : "6ae2798ced7417c65233e0130814db449aa933d9f98ec74d935b06b494949ef9",
2+
"originHash" : "2a97b043f4cabad639c644023f1192fc94bda5284073cf024e237b193249323f",
33
"pins" : [
4+
{
5+
"identity" : "opencombine",
6+
"kind" : "remoteSourceControl",
7+
"location" : "https://github.com/OpenSwiftUIProject/OpenCombine.git",
8+
"state" : {
9+
"revision" : "63aef318cb3a853bcb8d774cce15f4dcb1ccdfe4",
10+
"version" : "0.15.1"
11+
}
12+
},
413
{
514
"identity" : "opengraph",
615
"kind" : "remoteSourceControl",
@@ -10,6 +19,33 @@
1019
"revision" : "93e713f1357fc04ca917635d09460dbf42b663b6"
1120
}
1221
},
22+
{
23+
"identity" : "swift-asn1",
24+
"kind" : "remoteSourceControl",
25+
"location" : "https://github.com/apple/swift-asn1.git",
26+
"state" : {
27+
"revision" : "7faebca1ea4f9aaf0cda1cef7c43aecd2311ddf6",
28+
"version" : "1.3.0"
29+
}
30+
},
31+
{
32+
"identity" : "swift-crypto",
33+
"kind" : "remoteSourceControl",
34+
"location" : "https://github.com/apple/swift-crypto.git",
35+
"state" : {
36+
"revision" : "06dc63c6d8da54ee11ceb268cde1fa68161afc96",
37+
"version" : "3.9.1"
38+
}
39+
},
40+
{
41+
"identity" : "swift-log",
42+
"kind" : "remoteSourceControl",
43+
"location" : "https://github.com/apple/swift-log",
44+
"state" : {
45+
"revision" : "9cb486020ebf03bfa5b5df985387a14a98744537",
46+
"version" : "1.6.1"
47+
}
48+
},
1349
{
1450
"identity" : "swift-numerics",
1551
"kind" : "remoteSourceControl",

0 commit comments

Comments
 (0)