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 acdcef8 commit 966681cCopy full SHA for 966681c
utils/webassembly/build-toolchain.sh
@@ -55,6 +55,8 @@ $SOURCE_PATH/swift/utils/build-script \
55
# For some reason passing `--reconfigure` to `build-script` won't do this.
56
rm -rf $SOURCE_PATH/build/Ninja-ReleaseAssert/swift-*
57
58
+exit 0
59
+
60
# build the cross-compilled toolchain
61
$SOURCE_PATH/swift/utils/build-script \
62
--preset=$TARGET_PRESET \
utils/webassembly/ci.sh
@@ -27,6 +27,8 @@ FLAGS="--release $CACHE_FLAGS --verbose"
27
28
$BUILD_SCRIPT $FLAGS
29
30
31
32
if [[ "$(uname)" == "Darwin" ]]; then
33
# workaround: host target test directory is necessary to use run-test
34
mkdir -p $BUILD_DIR/swift-macosx-x86_64/test-macosx-x86_64
0 commit comments