commit 235aa8c078cd63227cf547db93c2aa4e89dcdf89 (tree)
parent d1a41feddc4b7a9d09e2982b9604b4c89285bcf8
Author: Andrew Kelley <andrew@ziglang.org>
Date: Fri, 16 Apr 2021 09:57:31 -0700
ci: drone: don't skip stage2 tests
the stalls seem to be happening for a different reason
Diffstat:
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/ci/drone/linux_script b/ci/drone/linux_script
@@ -23,13 +23,11 @@ cmake .. -DCMAKE_BUILD_TYPE=Release "-DCMAKE_INSTALL_PREFIX=$DISTDIR" -DZIG_STAT
samu install
# run-translated-c tests are skipped due to: https://github.com/ziglang/zig/issues/8537
-# stage2 tests are skipped due to: https://github.com/ziglang/zig/issues/8545
./zig build test \
-Dskip-release \
-Dskip-non-native \
-Dskip-compile-errors \
- -Dskip-run-translated-c \
- -Dskip-stage2-tests
+ -Dskip-run-translated-c
if [ -z "$DRONE_PULL_REQUEST" ]; then
mv ../LICENSE "$DISTDIR/"