| author | |
| committer | |
| log | 10455371416a37da201b6f968d47ffae597ea7ce |
| tree | 58259ffdab1df6699d0426c48125453d3a1ad2f2 |
| parent | 4929cf23cedef2ca8a8cfb2f9379d136681a6f37 |
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 | 62 | -Dtarget=native-native-musl \ |
| 63 | 63 | --search-prefix "$PREFIX" \ |
| 64 | 64 | --zig-lib-dir "$PWD/../lib" \ |
| 65 | -Denable-tidy \ | |
| 66 | -Dtest-slow-targets | |
| 65 | -Denable-tidy | |
| 67 | 66 | |
| 68 | 67 | # Ensure that updating the wasm binary from this commit will result in a viable build. |
| 69 | 68 | stage3-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 | 62 | -Dtarget=native-native-musl \ |
| 63 | 63 | --search-prefix "$PREFIX" \ |
| 64 | 64 | --zig-lib-dir "$PWD/../lib" \ |
| 65 | -Denable-tidy \ | |
| 66 | -Dtest-slow-targets | |
| 65 | -Denable-tidy | |
| 67 | 66 | |
| 68 | 67 | # Ensure that stage3 and stage4 are byte-for-byte identical. |
| 69 | 68 | stage3-release/bin/zig build \ |
ci/aarch64-macos-debug.sh+1-2| ... | ... | @@ -55,5 +55,4 @@ stage3-debug/bin/zig build test docs \ |
| 55 | 55 | -Denable-macos-sdk \ |
| 56 | 56 | -Dstatic-llvm \ |
| 57 | 57 | -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 \ |
| 55 | 55 | -Denable-macos-sdk \ |
| 56 | 56 | -Dstatic-llvm \ |
| 57 | 57 | -Dskip-non-native \ |
| 58 | --search-prefix "$PREFIX" \ | |
| 59 | -Dtest-slow-targets | |
| 58 | --search-prefix "$PREFIX" | |
| 60 | 59 | |
| 61 | 60 | # Ensure that stage3 and stage4 are byte-for-byte identical. |
| 62 | 61 | stage3-release/bin/zig build \ |
ci/aarch64-windows.ps1+1-2| ... | ... | @@ -67,8 +67,7 @@ Write-Output "Main test suite..." |
| 67 | 67 | --search-prefix "$PREFIX_PATH" ` |
| 68 | 68 | -Dstatic-llvm ` |
| 69 | 69 | -Dskip-non-native ` |
| 70 | -Denable-symlinks-windows ` | |
| 71 | -Dtest-slow-targets | |
| 70 | -Denable-symlinks-windows | |
| 72 | 71 | CheckLastExitCode |
| 73 | 72 | |
| 74 | 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 | 71 | -Dtarget=native-native-musl \ |
| 72 | 72 | --search-prefix "$PREFIX" \ |
| 73 | 73 | --zig-lib-dir "$PWD/../lib" \ |
| 74 | -Denable-tidy \ | |
| 75 | -Dtest-slow-targets | |
| 74 | -Denable-tidy | |
| 76 | 75 | |
| 77 | 76 | # Ensure that updating the wasm binary from this commit will result in a viable build. |
| 78 | 77 | stage3-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 | 71 | -Dtarget=native-native-musl \ |
| 72 | 72 | --search-prefix "$PREFIX" \ |
| 73 | 73 | --zig-lib-dir "$PWD/../lib" \ |
| 74 | -Denable-tidy \ | |
| 75 | -Dtest-slow-targets | |
| 74 | -Denable-tidy | |
| 76 | 75 | |
| 77 | 76 | # Ensure that stage3 and stage4 are byte-for-byte identical. |
| 78 | 77 | stage3-release/bin/zig build \ |
ci/x86_64-macos-release.sh+1-2| ... | ... | @@ -59,8 +59,7 @@ stage3/bin/zig build test docs \ |
| 59 | 59 | -Denable-macos-sdk \ |
| 60 | 60 | -Dstatic-llvm \ |
| 61 | 61 | -Dskip-non-native \ |
| 62 | --search-prefix "$PREFIX" \ | |
| 63 | -Dtest-slow-targets | |
| 62 | --search-prefix "$PREFIX" | |
| 64 | 63 | |
| 65 | 64 | # Ensure that stage3 and stage4 are byte-for-byte identical. |
| 66 | 65 | stage3/bin/zig build \ |
ci/x86_64-windows-debug.ps1+1-2| ... | ... | @@ -68,8 +68,7 @@ Write-Output "Main test suite..." |
| 68 | 68 | -Dstatic-llvm ` |
| 69 | 69 | -Dskip-non-native ` |
| 70 | 70 | -Dskip-release ` |
| 71 | -Denable-symlinks-windows ` | |
| 72 | -Dtest-slow-targets | |
| 71 | -Denable-symlinks-windows | |
| 73 | 72 | CheckLastExitCode |
| 74 | 73 | |
| 75 | 74 | Write-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 | 67 | --search-prefix "$PREFIX_PATH" ` |
| 68 | 68 | -Dstatic-llvm ` |
| 69 | 69 | -Dskip-non-native ` |
| 70 | -Denable-symlinks-windows ` | |
| 71 | -Dtest-slow-targets | |
| 70 | -Denable-symlinks-windows | |
| 72 | 71 | CheckLastExitCode |
| 73 | 72 | |
| 74 | 73 | # Ensure that stage3 and stage4 are byte-for-byte identical. |