From 235aa8c078cd63227cf547db93c2aa4e89dcdf89 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Fri, 16 Apr 2021 09:57:31 -0700 Subject: ci: drone: don't skip stage2 tests the stalls seem to be happening for a different reason --- ci/drone/linux_script | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ci/drone/linux_script') diff --git a/ci/drone/linux_script b/ci/drone/linux_script index fe7cc6a5d0..0994604f80 100755 --- 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/" -- cgit v1.2.3