Skip to content

Commit 966681c

Browse files
temporary: skip building foundation and running tests
1 parent acdcef8 commit 966681c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

utils/webassembly/build-toolchain.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ $SOURCE_PATH/swift/utils/build-script \
5555
# For some reason passing `--reconfigure` to `build-script` won't do this.
5656
rm -rf $SOURCE_PATH/build/Ninja-ReleaseAssert/swift-*
5757

58+
exit 0
59+
5860
# build the cross-compilled toolchain
5961
$SOURCE_PATH/swift/utils/build-script \
6062
--preset=$TARGET_PRESET \

utils/webassembly/ci.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ FLAGS="--release $CACHE_FLAGS --verbose"
2727

2828
$BUILD_SCRIPT $FLAGS
2929

30+
exit 0
31+
3032
if [[ "$(uname)" == "Darwin" ]]; then
3133
# workaround: host target test directory is necessary to use run-test
3234
mkdir -p $BUILD_DIR/swift-macosx-x86_64/test-macosx-x86_64

0 commit comments

Comments
 (0)