aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2022-08-17 22:17:19 -0700
committerAndrew Kelley <andrew@ziglang.org>2022-08-19 16:45:16 -0700
commitc4466496ffb53fe83644ea2b0e43f9f46a3361b8 (patch)
tree04333a3cc145a4b1b085011baa317e2ea9787297 /ci
parent5be2e8f941f78a5d1fda3ab4a2b4aa9487f1b519 (diff)
downloadzig-c4466496ffb53fe83644ea2b0e43f9f46a3361b8.tar.gz
zig-c4466496ffb53fe83644ea2b0e43f9f46a3361b8.zip
build: hook up -Dskip-stage2-tests and remove test-toolchain
Diffstat (limited to 'ci')
-rw-r--r--ci/azure/pipelines.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/azure/pipelines.yml b/ci/azure/pipelines.yml
index 090c133e63..e6b65233bd 100644
--- a/ci/azure/pipelines.yml
+++ b/ci/azure/pipelines.yml
@@ -88,7 +88,8 @@ jobs:
& "$ZIGINSTALLDIR\bin\zig.exe" build test `
--search-prefix "$ZIGPREFIXPATH" `
-Dstatic-llvm `
- -Dskip-non-native
+ -Dskip-non-native `
+ -Dskip-stage2-tests
CheckLastExitCode
name: test