authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2019-10-26 12:08:45-04:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2019-10-26 12:09:15-04:00
log05fd59e06a1795828ffdd98c3b2b6c4428d339ea
treea700cc9d9d2c01d4730c8d4145b5cd97084fd298
parent3aeb1b115d5de3ebae6fdbbb8d2f87c875413f87
signaturelock-open Commit is signed but in an unrecognized format.

ci: enable more passing tests on aarch64-linux


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

ci/drone/linux_script+10-3
...@@ -20,9 +20,16 @@ cd build...@@ -20,9 +20,16 @@ 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-behavior23./zig build test-fmt test-behavior test-std test-compiler-rt
24# TODO figure out why running docs is causing EBADF on dup2 in the child24# TODO test-compare-output is hitting https://github.com/ziglang/zig/issues/3526
25# ./zig build docs25./zig build test-compare-output test-standalone test-stack-traces
26# TODO test-cli is hitting https://github.com/ziglang/zig/issues/3526
27./zig build test-asm-link test-runtime-safety
28# TODO test-translate-c is hitting https://github.com/ziglang/zig/issues/3526
29./zig build test-gen-h
30# TODO test-compile-errors is hitting https://github.com/ziglang/zig/issues/3526
31# TODO building docs is hitting https://github.com/ziglang/zig/issues/3526
32
26# TODO full test suite:33# TODO full test suite:
27#./zig build test34#./zig build test
2835