Skip to content

Commit 8c23050

Browse files
Use the new driver for testing for now
should be reverted once swiftlang/swift-driver#1756 is merged
1 parent 3bb180f commit 8c23050

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

schemes/main/build/run-test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ SOURCE_PATH="$(cd "$(dirname "$0")/../../../.." && pwd)"
66
TARGET_BUILD_ROOT="$SOURCE_PATH/build/WebAssembly"
77

88
HOST_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"

0 commit comments

Comments
 (0)