zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit fafd1fd4806e4f92b19bd5285cbe8d6748a90c54 (tree)
parent d91fc0fdd8f42dc8c38347e1a0ec87fd583c1d3d
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Sat, 26 Oct 2019 18:48:42 -0400

ci: disable test-compare-output on aarch64

Diffstat:
Mci/drone/linux_script | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/drone/linux_script b/ci/drone/linux_script @@ -22,7 +22,7 @@ cmake .. -DCMAKE_BUILD_TYPE=Release "-DCMAKE_INSTALL_PREFIX=$DISTDIR" -DZIG_STAT make -j$(nproc) install ./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 +./zig build test-standalone test-stack-traces # TODO test-cli is hitting https://github.com/ziglang/zig/issues/3526 ./zig build test-asm-link test-runtime-safety # TODO test-translate-c is hitting https://github.com/ziglang/zig/issues/3526