aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Konka <kubkon@jakubkonka.com>2022-08-17 14:53:20 +0200
committerJakub Konka <kubkon@jakubkonka.com>2022-08-17 23:13:58 +0200
commitb6ce0cce69e4bf37509f99040abda4ca92bec6cb (patch)
tree2dfdc543bed2360ec47583679f2911b67ede7054
parent515ee5b2fa0161e3df4cfe47c71847f8b3476bf2 (diff)
downloadzig-b6ce0cce69e4bf37509f99040abda4ca92bec6cb.tar.gz
zig-b6ce0cce69e4bf37509f99040abda4ca92bec6cb.zip
windows-ci: pass -Domit-stage2 to test-toolchain
-rw-r--r--ci/azure/pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/azure/pipelines.yml b/ci/azure/pipelines.yml
index 5ff0a5d61b..5d208b31a2 100644
--- a/ci/azure/pipelines.yml
+++ b/ci/azure/pipelines.yml
@@ -103,7 +103,7 @@ jobs:
#& "$ZIGINSTALLDIR\bin\zig.exe" test "..\test\behavior.zig" -fno-stage1 -fLLVM -I "..\test" 2>&1
#CheckLastExitCode
- & "$ZIGINSTALLDIR\bin\zig.exe" build test-toolchain -Dskip-non-native -Dskip-stage2-tests 2>&1
+ & "$ZIGINSTALLDIR\bin\zig.exe" build test-toolchain -Dskip-non-native -Dskip-stage2-tests -Domit-stage2 2>&1
CheckLastExitCode
& "$ZIGINSTALLDIR\bin\zig.exe" build test-std -Dskip-non-native 2>&1
CheckLastExitCode