mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 22:35:24 +00:00
CI: drone: reduce duration of the bottleneck
Empirically, the ReleaseSmall std lib tsets take about 55 minutes on the CI, and is the bottleneck causing timeouts. So this commit disables full coverage in favor of running a smaller set of ReleaseSmall std lib tests.
This commit is contained in:
parent
d5233ee85c
commit
9d231c4991
@ -2,4 +2,10 @@
|
||||
|
||||
. ./ci/drone/linux_script_base
|
||||
|
||||
./build/zig build test-std -Dskip-debug -Dskip-release-safe -Dskip-release-fast -Dskip-non-native
|
||||
# Empirically, this takes about 55 minutes on the CI, and is the bottleneck
|
||||
# causing timeouts. So this is disabled in favor of running a smaller set
|
||||
# of ReleaseSmall std lib tests.
|
||||
# ./build/zig build test-std -Dskip-debug -Dskip-release-safe -Dskip-release-fast -Dskip-non-native
|
||||
|
||||
./build/zig test lib/std/std.zig -OReleaseSmall
|
||||
./build/zig test lib/std/std.zig -OReleaseSmall -lc
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user