File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -6,4 +6,5 @@ SOURCE_PATH="$(cd "$(dirname "$0")/../../../.." && pwd)"
66TARGET_BUILD_ROOT=" $SOURCE_PATH /build/WebAssembly"
77
88HOST_SUFFIX=$( find " $TARGET_BUILD_ROOT " -name " wasmstdlib-*" -exec basename {} \; | sed ' s/wasmstdlib-//' )
9- env " PATH=$TARGET_BUILD_ROOT /llvm-$HOST_SUFFIX /bin:$PATH " " LIT_FILTER_OUT=(IRGen/|embedded/)" ninja check-swift-wasi-wasm32-custom -C " $TARGET_BUILD_ROOT /wasmstdlib-$HOST_SUFFIX "
9+ # Force using the new driver for testing until https://github.com/swiftlang/swift-driver/pull/1756
10+ env SWIFT_FORCE_TEST_NEW_DRIVER=1 " PATH=$TARGET_BUILD_ROOT /llvm-$HOST_SUFFIX /bin:$PATH " " LIT_FILTER_OUT=(IRGen/|embedded/)" ninja check-swift-wasi-wasm32-custom -C " $TARGET_BUILD_ROOT /wasmstdlib-$HOST_SUFFIX "
You can’t perform that action at this time.
0 commit comments