aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2019-10-26 18:48:42 -0400
committerAndrew Kelley <andrew@ziglang.org>2019-10-26 18:48:42 -0400
commitfafd1fd4806e4f92b19bd5285cbe8d6748a90c54 (patch)
treeaa009fe8b2fcf7c56e76885e45383b30b289f656
parentd91fc0fdd8f42dc8c38347e1a0ec87fd583c1d3d (diff)
downloadzig-fafd1fd4806e4f92b19bd5285cbe8d6748a90c54.tar.gz
zig-fafd1fd4806e4f92b19bd5285cbe8d6748a90c54.zip
ci: disable test-compare-output on aarch64
-rwxr-xr-xci/drone/linux_script2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/drone/linux_script b/ci/drone/linux_script
index 4909d3dc16..987b3466ca 100755
--- 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