Skip to content

Commit 10b8c4d

Browse files
committed
CI: drone: skip some ReleaseFast and ReleaseSmall std lib tests
Follow-up commit to b9103bd.
1 parent cdf7e7d commit 10b8c4d

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

ci/drone/test_linux_std_ReleaseFast

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ $ZIG build test-std \
1313
-Dskip-release-safe \
1414
-Dskip-release-small \
1515
-Dskip-non-native \
16-
-Dskip-single-threaded
16+
-Dskip-single-threaded \
17+
-Dskip-libc

ci/drone/test_linux_std_ReleaseSmall

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ INSTALL_PREFIX="$DRONE_WORKSPACE/stage3-release"
77
ZIG="$INSTALL_PREFIX/bin/zig"
88
export ZIG_GLOBAL_CACHE_DIR="$DRONE_WORKSPACE/zig-cache"
99

10-
# Empirically, this takes about 55 minutes on the CI, and is the bottleneck
11-
# causing timeouts. So this is disabled in favor of running a smaller set
12-
# of ReleaseSmall std lib tests.
13-
# $ZIG build test-std -Dskip-debug -Dskip-release-safe -Dskip-release-fast -Dskip-non-native
14-
15-
$ZIG test lib/std/std.zig -OReleaseSmall --zig-lib-dir lib
16-
$ZIG test lib/std/std.zig -OReleaseSmall -lc --zig-lib-dir lib
10+
$ZIG build test-std \
11+
--zig-lib-dir lib \
12+
-Dskip-debug \
13+
-Dskip-release-safe \
14+
-Dskip-release-fast \
15+
-Dskip-non-native \
16+
-Dskip-single-threaded \
17+
-Dskip-libc

0 commit comments

Comments
 (0)