mirror of
https://github.com/ziglang/zig.git
synced 2026-02-15 13:58:27 +00:00
ci: -Dskip-release for aarch64 to hit 1 hour time limit
This commit is contained in:
parent
d04c58816d
commit
ee21bab253
@ -20,7 +20,7 @@ cd build
|
||||
cmake .. -DCMAKE_BUILD_TYPE=Release "-DCMAKE_INSTALL_PREFIX=$DISTDIR" -DZIG_STATIC=ON -DCMAKE_PREFIX_PATH=/deps/local
|
||||
|
||||
make -j$(nproc) install
|
||||
./zig build test-fmt test-behavior test-std test-compiler-rt
|
||||
./zig build test-fmt test-behavior test-std test-compiler-rt -Dskip-release
|
||||
# TODO test-compare-output is hitting https://github.com/ziglang/zig/issues/3526
|
||||
./zig build test-compare-output test-standalone test-stack-traces
|
||||
# TODO test-cli is hitting https://github.com/ziglang/zig/issues/3526
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user