authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2019-12-12 15:11:21-05:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2019-12-12 15:11:59-05:00
log81f1f72197113a45e827d5c984e219a28aa28083
tree024d2e097ca1a196ba28d8951d50f4ea16e9141d
parentc759a77aa063f75b29a2278409b9c6d92496ae5d
signature Commit is signed but in an unrecognized format.

ci: skip non native tests for aarch64

We've been hitting timeouts on this service. Once zig build gains parallel processing support, we can probably enable more tests.

1 files changed, 1 insertions(+), 1 deletions(-)

ci/drone/linux_script+1-1
...@@ -20,7 +20,7 @@ cd build...@@ -20,7 +20,7 @@ cd build
20cmake .. -DCMAKE_BUILD_TYPE=Release "-DCMAKE_INSTALL_PREFIX=$DISTDIR" -DZIG_STATIC=ON -DCMAKE_PREFIX_PATH=/deps/local20cmake .. -DCMAKE_BUILD_TYPE=Release "-DCMAKE_INSTALL_PREFIX=$DISTDIR" -DZIG_STATIC=ON -DCMAKE_PREFIX_PATH=/deps/local
2121
22make -j$(nproc) install22make -j$(nproc) install
23./zig build test-fmt test-behavior test-std test-compiler-rt -Dskip-release23./zig build test-fmt test-behavior test-std test-compiler-rt -Dskip-release -Dskip-non-native
24# TODO test-compare-output is hitting https://github.com/ziglang/zig/issues/352624# TODO test-compare-output is hitting https://github.com/ziglang/zig/issues/3526
25./zig build test-standalone test-stack-traces25./zig build test-standalone test-stack-traces
26# TODO test-cli is hitting https://github.com/ziglang/zig/issues/352626# TODO test-cli is hitting https://github.com/ziglang/zig/issues/3526