authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2019-10-26 18:48:42-04:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2019-10-26 18:48:42-04:00
logfafd1fd4806e4f92b19bd5285cbe8d6748a90c54
treeaa009fe8b2fcf7c56e76885e45383b30b289f656
parentd91fc0fdd8f42dc8c38347e1a0ec87fd583c1d3d
signaturelock-open Commit is signed but in an unrecognized format.

ci: disable test-compare-output on aarch64


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

ci/drone/linux_script+1-1
......@@ -22,7 +22,7 @@ cmake .. -DCMAKE_BUILD_TYPE=Release "-DCMAKE_INSTALL_PREFIX=$DISTDIR" -DZIG_STAT
2222make -j$(nproc) install
2323./zig build test-fmt test-behavior test-std test-compiler-rt -Dskip-release
2424# TODO test-compare-output is hitting https://github.com/ziglang/zig/issues/3526
25./zig build test-compare-output test-standalone test-stack-traces
25./zig build test-standalone test-stack-traces
2626# TODO test-cli is hitting https://github.com/ziglang/zig/issues/3526
2727./zig build test-asm-link test-runtime-safety
2828# TODO test-translate-c is hitting https://github.com/ziglang/zig/issues/3526