commit ecd756834bb79b198bd560cfc11c8b63c66437ec (tree)
parent 243afdcdf57d74a184784551aebe58062e5afc03
Author: Andrew Kelley <andrew@ziglang.org>
Date: Thu, 31 Mar 2022 16:06:50 -0700
CI: update CLI invokation
243afdcdf57d74a184784551aebe58062e5afc03 removed `-Dskip-compile-errors`
and added `-Dskip-stage`.
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git 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
@@ -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/