From 10455371416a37da201b6f968d47ffae597ea7ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Sun, 18 Aug 2024 15:20:55 +0200 Subject: [PATCH] Revert "ci: Enable -Dtest-slow-targets." This reverts commit 55cc9dda66a24ed2a86a358533ecf5840d47b3d7. --- ci/aarch64-linux-debug.sh | 3 +-- ci/aarch64-linux-release.sh | 3 +-- ci/aarch64-macos-debug.sh | 3 +-- ci/aarch64-macos-release.sh | 3 +-- ci/aarch64-windows.ps1 | 3 +-- ci/x86_64-linux-debug.sh | 3 +-- ci/x86_64-linux-release.sh | 3 +-- ci/x86_64-macos-release.sh | 3 +-- ci/x86_64-windows-debug.ps1 | 3 +-- ci/x86_64-windows-release.ps1 | 3 +-- 10 files changed, 10 insertions(+), 20 deletions(-) diff --git a/ci/aarch64-linux-debug.sh b/ci/aarch64-linux-debug.sh index 5fc0a1b6a1..27effea36a 100644 --- a/ci/aarch64-linux-debug.sh +++ b/ci/aarch64-linux-debug.sh @@ -62,8 +62,7 @@ stage3-debug/bin/zig build test docs \ -Dtarget=native-native-musl \ --search-prefix "$PREFIX" \ --zig-lib-dir "$PWD/../lib" \ - -Denable-tidy \ - -Dtest-slow-targets + -Denable-tidy # Ensure that updating the wasm binary from this commit will result in a viable build. stage3-debug/bin/zig build update-zig1 diff --git a/ci/aarch64-linux-release.sh b/ci/aarch64-linux-release.sh index 3c307a11c7..947694ce39 100644 --- a/ci/aarch64-linux-release.sh +++ b/ci/aarch64-linux-release.sh @@ -62,8 +62,7 @@ stage3-release/bin/zig build test docs \ -Dtarget=native-native-musl \ --search-prefix "$PREFIX" \ --zig-lib-dir "$PWD/../lib" \ - -Denable-tidy \ - -Dtest-slow-targets + -Denable-tidy # Ensure that stage3 and stage4 are byte-for-byte identical. stage3-release/bin/zig build \ diff --git a/ci/aarch64-macos-debug.sh b/ci/aarch64-macos-debug.sh index e233b00d6d..9283321c1f 100755 --- a/ci/aarch64-macos-debug.sh +++ b/ci/aarch64-macos-debug.sh @@ -55,5 +55,4 @@ stage3-debug/bin/zig build test docs \ -Denable-macos-sdk \ -Dstatic-llvm \ -Dskip-non-native \ - --search-prefix "$PREFIX" \ - -Dtest-slow-targets + --search-prefix "$PREFIX" diff --git a/ci/aarch64-macos-release.sh b/ci/aarch64-macos-release.sh index ec3a23db18..396aa1d464 100755 --- a/ci/aarch64-macos-release.sh +++ b/ci/aarch64-macos-release.sh @@ -55,8 +55,7 @@ stage3-release/bin/zig build test docs \ -Denable-macos-sdk \ -Dstatic-llvm \ -Dskip-non-native \ - --search-prefix "$PREFIX" \ - -Dtest-slow-targets + --search-prefix "$PREFIX" # Ensure that stage3 and stage4 are byte-for-byte identical. stage3-release/bin/zig build \ diff --git a/ci/aarch64-windows.ps1 b/ci/aarch64-windows.ps1 index a761b33604..bf68a6443c 100644 --- a/ci/aarch64-windows.ps1 +++ b/ci/aarch64-windows.ps1 @@ -67,8 +67,7 @@ Write-Output "Main test suite..." --search-prefix "$PREFIX_PATH" ` -Dstatic-llvm ` -Dskip-non-native ` - -Denable-symlinks-windows ` - -Dtest-slow-targets + -Denable-symlinks-windows CheckLastExitCode # Ensure that stage3 and stage4 are byte-for-byte identical. diff --git a/ci/x86_64-linux-debug.sh b/ci/x86_64-linux-debug.sh index f86e4053d3..75616627b3 100755 --- a/ci/x86_64-linux-debug.sh +++ b/ci/x86_64-linux-debug.sh @@ -71,8 +71,7 @@ stage3-debug/bin/zig build test docs \ -Dtarget=native-native-musl \ --search-prefix "$PREFIX" \ --zig-lib-dir "$PWD/../lib" \ - -Denable-tidy \ - -Dtest-slow-targets + -Denable-tidy # Ensure that updating the wasm binary from this commit will result in a viable build. stage3-debug/bin/zig build update-zig1 diff --git a/ci/x86_64-linux-release.sh b/ci/x86_64-linux-release.sh index dcf90facbb..fd95d8eaf5 100755 --- a/ci/x86_64-linux-release.sh +++ b/ci/x86_64-linux-release.sh @@ -71,8 +71,7 @@ stage3-release/bin/zig build test docs \ -Dtarget=native-native-musl \ --search-prefix "$PREFIX" \ --zig-lib-dir "$PWD/../lib" \ - -Denable-tidy \ - -Dtest-slow-targets + -Denable-tidy # Ensure that stage3 and stage4 are byte-for-byte identical. stage3-release/bin/zig build \ diff --git a/ci/x86_64-macos-release.sh b/ci/x86_64-macos-release.sh index b6a0c00b22..acf2b91d9a 100755 --- a/ci/x86_64-macos-release.sh +++ b/ci/x86_64-macos-release.sh @@ -59,8 +59,7 @@ stage3/bin/zig build test docs \ -Denable-macos-sdk \ -Dstatic-llvm \ -Dskip-non-native \ - --search-prefix "$PREFIX" \ - -Dtest-slow-targets + --search-prefix "$PREFIX" # Ensure that stage3 and stage4 are byte-for-byte identical. stage3/bin/zig build \ diff --git a/ci/x86_64-windows-debug.ps1 b/ci/x86_64-windows-debug.ps1 index 1d9c5b709b..db8be82d89 100644 --- a/ci/x86_64-windows-debug.ps1 +++ b/ci/x86_64-windows-debug.ps1 @@ -68,8 +68,7 @@ Write-Output "Main test suite..." -Dstatic-llvm ` -Dskip-non-native ` -Dskip-release ` - -Denable-symlinks-windows ` - -Dtest-slow-targets + -Denable-symlinks-windows CheckLastExitCode Write-Output "Build x86_64-windows-msvc behavior tests using the C backend..." diff --git a/ci/x86_64-windows-release.ps1 b/ci/x86_64-windows-release.ps1 index a2dcd06d73..3d8938ce19 100644 --- a/ci/x86_64-windows-release.ps1 +++ b/ci/x86_64-windows-release.ps1 @@ -67,8 +67,7 @@ Write-Output "Main test suite..." --search-prefix "$PREFIX_PATH" ` -Dstatic-llvm ` -Dskip-non-native ` - -Denable-symlinks-windows ` - -Dtest-slow-targets + -Denable-symlinks-windows CheckLastExitCode # Ensure that stage3 and stage4 are byte-for-byte identical.