authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2024-08-18 15:20:55+02:00
committergravatar for jacobly@ziglang.orgJacob Young <jacobly@ziglang.org> 2024-08-18 12:35:57-04:00
log10455371416a37da201b6f968d47ffae597ea7ce
tree58259ffdab1df6699d0426c48125453d3a1ad2f2
parent4929cf23cedef2ca8a8cfb2f9379d136681a6f37

Revert "ci: Enable -Dtest-slow-targets."

This reverts commit 55cc9dda66a24ed2a86a358533ecf5840d47b3d7.

10 files changed, 10 insertions(+), 20 deletions(-)

ci/aarch64-linux-debug.sh+1-2
......@@ -62,8 +62,7 @@ stage3-debug/bin/zig build test docs \
6262 -Dtarget=native-native-musl \
6363 --search-prefix "$PREFIX" \
6464 --zig-lib-dir "$PWD/../lib" \
65 -Denable-tidy \
66 -Dtest-slow-targets
65 -Denable-tidy
6766
6867# Ensure that updating the wasm binary from this commit will result in a viable build.
6968stage3-debug/bin/zig build update-zig1
ci/aarch64-linux-release.sh+1-2
......@@ -62,8 +62,7 @@ stage3-release/bin/zig build test docs \
6262 -Dtarget=native-native-musl \
6363 --search-prefix "$PREFIX" \
6464 --zig-lib-dir "$PWD/../lib" \
65 -Denable-tidy \
66 -Dtest-slow-targets
65 -Denable-tidy
6766
6867# Ensure that stage3 and stage4 are byte-for-byte identical.
6968stage3-release/bin/zig build \
ci/aarch64-macos-debug.sh+1-2
......@@ -55,5 +55,4 @@ stage3-debug/bin/zig build test docs \
5555 -Denable-macos-sdk \
5656 -Dstatic-llvm \
5757 -Dskip-non-native \
58 --search-prefix "$PREFIX" \
59 -Dtest-slow-targets
58 --search-prefix "$PREFIX"
ci/aarch64-macos-release.sh+1-2
......@@ -55,8 +55,7 @@ stage3-release/bin/zig build test docs \
5555 -Denable-macos-sdk \
5656 -Dstatic-llvm \
5757 -Dskip-non-native \
58 --search-prefix "$PREFIX" \
59 -Dtest-slow-targets
58 --search-prefix "$PREFIX"
6059
6160# Ensure that stage3 and stage4 are byte-for-byte identical.
6261stage3-release/bin/zig build \
ci/aarch64-windows.ps1+1-2
......@@ -67,8 +67,7 @@ Write-Output "Main test suite..."
6767 --search-prefix "$PREFIX_PATH" `
6868 -Dstatic-llvm `
6969 -Dskip-non-native `
70 -Denable-symlinks-windows `
71 -Dtest-slow-targets
70 -Denable-symlinks-windows
7271CheckLastExitCode
7372
7473# Ensure that stage3 and stage4 are byte-for-byte identical.
ci/x86_64-linux-debug.sh+1-2
......@@ -71,8 +71,7 @@ stage3-debug/bin/zig build test docs \
7171 -Dtarget=native-native-musl \
7272 --search-prefix "$PREFIX" \
7373 --zig-lib-dir "$PWD/../lib" \
74 -Denable-tidy \
75 -Dtest-slow-targets
74 -Denable-tidy
7675
7776# Ensure that updating the wasm binary from this commit will result in a viable build.
7877stage3-debug/bin/zig build update-zig1
ci/x86_64-linux-release.sh+1-2
......@@ -71,8 +71,7 @@ stage3-release/bin/zig build test docs \
7171 -Dtarget=native-native-musl \
7272 --search-prefix "$PREFIX" \
7373 --zig-lib-dir "$PWD/../lib" \
74 -Denable-tidy \
75 -Dtest-slow-targets
74 -Denable-tidy
7675
7776# Ensure that stage3 and stage4 are byte-for-byte identical.
7877stage3-release/bin/zig build \
ci/x86_64-macos-release.sh+1-2
......@@ -59,8 +59,7 @@ stage3/bin/zig build test docs \
5959 -Denable-macos-sdk \
6060 -Dstatic-llvm \
6161 -Dskip-non-native \
62 --search-prefix "$PREFIX" \
63 -Dtest-slow-targets
62 --search-prefix "$PREFIX"
6463
6564# Ensure that stage3 and stage4 are byte-for-byte identical.
6665stage3/bin/zig build \
ci/x86_64-windows-debug.ps1+1-2
......@@ -68,8 +68,7 @@ Write-Output "Main test suite..."
6868 -Dstatic-llvm `
6969 -Dskip-non-native `
7070 -Dskip-release `
71 -Denable-symlinks-windows `
72 -Dtest-slow-targets
71 -Denable-symlinks-windows
7372CheckLastExitCode
7473
7574Write-Output "Build x86_64-windows-msvc behavior tests using the C backend..."
ci/x86_64-windows-release.ps1+1-2
......@@ -67,8 +67,7 @@ Write-Output "Main test suite..."
6767 --search-prefix "$PREFIX_PATH" `
6868 -Dstatic-llvm `
6969 -Dskip-non-native `
70 -Denable-symlinks-windows `
71 -Dtest-slow-targets
70 -Denable-symlinks-windows
7271CheckLastExitCode
7372
7473# Ensure that stage3 and stage4 are byte-for-byte identical.