aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2022-03-31 16:06:50 -0700
committerAndrew Kelley <andrew@ziglang.org>2022-03-31 16:06:50 -0700
commitecd756834bb79b198bd560cfc11c8b63c66437ec (patch)
tree5b973426f7255f46ef6f77e7572409fefaa6d38b /ci
parent243afdcdf57d74a184784551aebe58062e5afc03 (diff)
downloadzig-ecd756834bb79b198bd560cfc11c8b63c66437ec.tar.gz
zig-ecd756834bb79b198bd560cfc11c8b63c66437ec.zip
CI: update CLI invokation
243afdcdf57d74a184784551aebe58062e5afc03 removed `-Dskip-compile-errors` and added `-Dskip-stage`.
Diffstat (limited to 'ci')
-rwxr-xr-xci/srht/freebsd_script2
-rwxr-xr-xci/srht/netbsd_script2
2 files changed, 2 insertions, 2 deletions
diff --git a/ci/srht/freebsd_script b/ci/srht/freebsd_script
index 513707c71f..8a48097b9d 100755
--- a/ci/srht/freebsd_script
+++ b/ci/srht/freebsd_script
@@ -44,7 +44,7 @@ samu install
#release/bin/zig test ../test/behavior.zig -fno-stage1 -fLLVM -I ../test
# Here we skip some tests to save time.
-release/bin/zig build test -Dskip-compile-errors -Dskip-non-native
+release/bin/zig build test -Dskip-stage1 -Dskip-non-native
if [ -f ~/.s3cfg ]; then
mv ../LICENSE release/
diff --git a/ci/srht/netbsd_script b/ci/srht/netbsd_script
index f2d2f09467..5f5b28e92f 100755
--- a/ci/srht/netbsd_script
+++ b/ci/srht/netbsd_script
@@ -57,7 +57,7 @@ unset CXX
#release/bin/zig test ../test/behavior.zig -fno-stage1 -fLLVM -I ../test
# Here we skip some tests to save time.
-release/bin/zig build test -Dskip-compile-errors -Dskip-non-native
+release/bin/zig build test -Dskip-stage1 -Dskip-non-native
if [ -f ~/.s3cfg ]; then
mv ../LICENSE release/