diff --git a/tests/integration-test-suite/test.sh b/tests/integration-test-suite/test.sh index a49bdd4..f1aade7 100755 --- a/tests/integration-test-suite/test.sh +++ b/tests/integration-test-suite/test.sh @@ -33,5 +33,5 @@ cd $(mktemp -d -p /var/tmp) git clone $repo_url cd llvm-toolchain-integration-test-suite mkdir _build && cd _build -cmake .. -GNinja ${CMAKE_CXXLIB:-} +cmake .. -GNinja -DENABLE_LIBUNWIND=OFF -DENABLE_STATIC_LIBCXX=OFF ${CMAKE_CXXLIB:-} cmake --build . $thread_args --target check