Skip to content

Commit 1045537

Browse files
alexrpjacobly0
authored andcommitted
Revert "ci: Enable -Dtest-slow-targets."
This reverts commit 55cc9dd.
1 parent 4929cf2 commit 1045537

10 files changed

+10
-20
lines changed

ci/aarch64-linux-debug.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
6968
stage3-debug/bin/zig build update-zig1

ci/aarch64-linux-release.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
6968
stage3-release/bin/zig build \

ci/aarch64-macos-debug.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
6261
stage3-release/bin/zig build \

ci/aarch64-windows.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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
7271
CheckLastExitCode
7372

7473
# Ensure that stage3 and stage4 are byte-for-byte identical.

ci/x86_64-linux-debug.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
7877
stage3-debug/bin/zig build update-zig1

ci/x86_64-linux-release.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
7877
stage3-release/bin/zig build \

ci/x86_64-macos-release.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
6665
stage3/bin/zig build \

ci/x86_64-windows-debug.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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
7372
CheckLastExitCode
7473

7574
Write-Output "Build x86_64-windows-msvc behavior tests using the C backend..."

ci/x86_64-windows-release.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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
7271
CheckLastExitCode
7372

7473
# Ensure that stage3 and stage4 are byte-for-byte identical.

0 commit comments

Comments
 (0)