ci: -Dskip-release for aarch64 to hit 1 hour time limit

master
Andrew Kelley 2019-10-26 13:14:54 -04:00
parent d04c58816d
commit ee21bab253
No known key found for this signature in database
GPG Key ID: 7C5F548F728501A9
1 changed files with 1 additions and 1 deletions

View File

@ -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