We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a089ff2 commit a19bb18Copy full SHA for a19bb18
.github/workflows/main.yml
@@ -88,7 +88,7 @@ jobs:
88
wget -O icu.tar.xz "https://github.com/swiftwasm/icu4c-wasi/releases/download/20190421.3/icu4c-wasi.tar.xz"
89
tar xf icu.tar.xz
90
cd swift
91
- ./utils/build-script --release --wasm \
+ ./utils/build-script --release --wasm --verbose \
92
--skip-build-benchmarks \
93
--extra-cmake-options=" \
94
-DSWIFT_PRIMARY_VARIANT_SDK:STRING=WASM \
0 commit comments