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 \...@@ -62,8 +62,7 @@ stage3-debug/bin/zig build test docs \
62 -Dtarget=native-native-musl \62 -Dtarget=native-native-musl \
63 --search-prefix "$PREFIX" \63 --search-prefix "$PREFIX" \
64 --zig-lib-dir "$PWD/../lib" \64 --zig-lib-dir "$PWD/../lib" \
65 -Denable-tidy \65 -Denable-tidy
66 -Dtest-slow-targets
6766
68# Ensure that updating the wasm binary from this commit will result in a viable build.67# Ensure that updating the wasm binary from this commit will result in a viable build.
69stage3-debug/bin/zig build update-zig168stage3-debug/bin/zig build update-zig1
ci/aarch64-linux-release.sh+1-2
...@@ -62,8 +62,7 @@ stage3-release/bin/zig build test docs \...@@ -62,8 +62,7 @@ stage3-release/bin/zig build test docs \
62 -Dtarget=native-native-musl \62 -Dtarget=native-native-musl \
63 --search-prefix "$PREFIX" \63 --search-prefix "$PREFIX" \
64 --zig-lib-dir "$PWD/../lib" \64 --zig-lib-dir "$PWD/../lib" \
65 -Denable-tidy \65 -Denable-tidy
66 -Dtest-slow-targets
6766
68# Ensure that stage3 and stage4 are byte-for-byte identical.67# Ensure that stage3 and stage4 are byte-for-byte identical.
69stage3-release/bin/zig build \68stage3-release/bin/zig build \
ci/aarch64-macos-debug.sh+1-2
...@@ -55,5 +55,4 @@ stage3-debug/bin/zig build test docs \...@@ -55,5 +55,4 @@ stage3-debug/bin/zig build test docs \
55 -Denable-macos-sdk \55 -Denable-macos-sdk \
56 -Dstatic-llvm \56 -Dstatic-llvm \
57 -Dskip-non-native \57 -Dskip-non-native \
58 --search-prefix "$PREFIX" \58 --search-prefix "$PREFIX"
59 -Dtest-slow-targets
ci/aarch64-macos-release.sh+1-2
...@@ -55,8 +55,7 @@ stage3-release/bin/zig build test docs \...@@ -55,8 +55,7 @@ stage3-release/bin/zig build test docs \
55 -Denable-macos-sdk \55 -Denable-macos-sdk \
56 -Dstatic-llvm \56 -Dstatic-llvm \
57 -Dskip-non-native \57 -Dskip-non-native \
58 --search-prefix "$PREFIX" \58 --search-prefix "$PREFIX"
59 -Dtest-slow-targets
6059
61# Ensure that stage3 and stage4 are byte-for-byte identical.60# Ensure that stage3 and stage4 are byte-for-byte identical.
62stage3-release/bin/zig build \61stage3-release/bin/zig build \
ci/aarch64-windows.ps1+1-2
...@@ -67,8 +67,7 @@ Write-Output "Main test suite..."...@@ -67,8 +67,7 @@ Write-Output "Main test suite..."
67 --search-prefix "$PREFIX_PATH" `67 --search-prefix "$PREFIX_PATH" `
68 -Dstatic-llvm `68 -Dstatic-llvm `
69 -Dskip-non-native `69 -Dskip-non-native `
70 -Denable-symlinks-windows `70 -Denable-symlinks-windows
71 -Dtest-slow-targets
72CheckLastExitCode71CheckLastExitCode
7372
74# Ensure that stage3 and stage4 are byte-for-byte identical.73# 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 \...@@ -71,8 +71,7 @@ stage3-debug/bin/zig build test docs \
71 -Dtarget=native-native-musl \71 -Dtarget=native-native-musl \
72 --search-prefix "$PREFIX" \72 --search-prefix "$PREFIX" \
73 --zig-lib-dir "$PWD/../lib" \73 --zig-lib-dir "$PWD/../lib" \
74 -Denable-tidy \74 -Denable-tidy
75 -Dtest-slow-targets
7675
77# Ensure that updating the wasm binary from this commit will result in a viable build.76# Ensure that updating the wasm binary from this commit will result in a viable build.
78stage3-debug/bin/zig build update-zig177stage3-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 \...@@ -71,8 +71,7 @@ stage3-release/bin/zig build test docs \
71 -Dtarget=native-native-musl \71 -Dtarget=native-native-musl \
72 --search-prefix "$PREFIX" \72 --search-prefix "$PREFIX" \
73 --zig-lib-dir "$PWD/../lib" \73 --zig-lib-dir "$PWD/../lib" \
74 -Denable-tidy \74 -Denable-tidy
75 -Dtest-slow-targets
7675
77# Ensure that stage3 and stage4 are byte-for-byte identical.76# Ensure that stage3 and stage4 are byte-for-byte identical.
78stage3-release/bin/zig build \77stage3-release/bin/zig build \
ci/x86_64-macos-release.sh+1-2
...@@ -59,8 +59,7 @@ stage3/bin/zig build test docs \...@@ -59,8 +59,7 @@ stage3/bin/zig build test docs \
59 -Denable-macos-sdk \59 -Denable-macos-sdk \
60 -Dstatic-llvm \60 -Dstatic-llvm \
61 -Dskip-non-native \61 -Dskip-non-native \
62 --search-prefix "$PREFIX" \62 --search-prefix "$PREFIX"
63 -Dtest-slow-targets
6463
65# Ensure that stage3 and stage4 are byte-for-byte identical.64# Ensure that stage3 and stage4 are byte-for-byte identical.
66stage3/bin/zig build \65stage3/bin/zig build \
ci/x86_64-windows-debug.ps1+1-2
...@@ -68,8 +68,7 @@ Write-Output "Main test suite..."...@@ -68,8 +68,7 @@ Write-Output "Main test suite..."
68 -Dstatic-llvm `68 -Dstatic-llvm `
69 -Dskip-non-native `69 -Dskip-non-native `
70 -Dskip-release `70 -Dskip-release `
71 -Denable-symlinks-windows `71 -Denable-symlinks-windows
72 -Dtest-slow-targets
73CheckLastExitCode72CheckLastExitCode
7473
75Write-Output "Build x86_64-windows-msvc behavior tests using the C backend..."74Write-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..."...@@ -67,8 +67,7 @@ Write-Output "Main test suite..."
67 --search-prefix "$PREFIX_PATH" `67 --search-prefix "$PREFIX_PATH" `
68 -Dstatic-llvm `68 -Dstatic-llvm `
69 -Dskip-non-native `69 -Dskip-non-native `
70 -Denable-symlinks-windows `70 -Denable-symlinks-windows
71 -Dtest-slow-targets
72CheckLastExitCode71CheckLastExitCode
7372
74# Ensure that stage3 and stage4 are byte-for-byte identical.73# Ensure that stage3 and stage4 are byte-for-byte identical.