diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2021-09-16 13:09:32 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2021-09-16 13:09:32 -0700 |
| commit | 6d37ae95edc06f15e4e77f64e8e637dd5d269183 (patch) | |
| tree | 3ed41fafc72bc523022bf2e1e0972d9be3a187e2 /ci/azure/linux_script | |
| parent | 8f8294a809f9d975735377e7bfcc2c47ccfc4cb7 (diff) | |
| download | zig-6d37ae95edc06f15e4e77f64e8e637dd5d269183.tar.gz zig-6d37ae95edc06f15e4e77f64e8e637dd5d269183.zip | |
build.zig: support -Duse-zig-libcxx
This supports the case when it is known that LLVM, Clang, LLD were built
with Clang (or `zig c++`). This commit updates the Linux CI script to
pass this since we build using a zig tarball.
Diffstat (limited to 'ci/azure/linux_script')
| -rwxr-xr-x | ci/azure/linux_script | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/azure/linux_script b/ci/azure/linux_script index 7554efeaf7..8780cb50bb 100755 --- a/ci/azure/linux_script +++ b/ci/azure/linux_script @@ -71,7 +71,7 @@ make $JOBS install release/bin/zig test ../test/behavior.zig -fno-stage1 -fLLVM -I ../test -release/bin/zig build test -Denable-qemu -Denable-wasmtime -Denable-llvm +release/bin/zig build test -Denable-qemu -Denable-wasmtime -Denable-llvm -Duse-zig-libcxx # Look for HTML errors. tidy -qe ../zig-cache/langref.html |
