File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -1437,7 +1437,7 @@ elif run_os == 'wasi':
14371437 config .swift_test_options , config .swift_frontend_test_options ])
14381438 subst_target_swift_frontend_mock_sdk = config .target_swift_frontend
14391439 subst_target_swift_frontend_mock_sdk_after = ""
1440- config .target_run = '%s run --backend cranelift --' % config .wasmer
1440+ config .target_run = '%s run --singlepass --' % config .wasmer
14411441 if 'interpret' in lit_config .params :
14421442 use_interpreter_for_simple_runs ()
14431443 config .target_sil_opt = (
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ if [[ "$(uname)" == "Darwin" ]]; then
4040fi
4141
4242if [[ " $( uname) " == " Linux" ]]; then
43- $RUN_TEST_BIN --build-dir $TARGET_BUILD_DIR --target wasi-wasm32 test/stdlib/ || true
43+ $RUN_TEST_BIN --build-dir $TARGET_BUILD_DIR --target wasi-wasm32 test/stdlib/
4444 echo " Skip running test suites for Linux"
4545else
4646
Original file line number Diff line number Diff line change 44
55if [[ ! -z " $CI " ]]; then
66 brew uninstall $( brew list | grep python@2)
7- brew install cmake ninja llvm sccache wasmer
7+ brew install cmake ninja llvm sccache
8+
9+ # Install latest wasmer
10+ if [ ! -e ~ /.wasmer/bin/wasmer ]; then
11+ curl https://get.wasmer.io -sSfL | sh
12+ fi
813fi
914
15+
1016SOURCE_PATH=" $( cd " $( dirname $0 ) /../../../../" && pwd) "
1117SWIFT_PATH=$SOURCE_PATH /swift
1218cd $SWIFT_PATH
You can’t perform that action at this time.
0 commit comments