authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2024-08-14 00:17:25+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2024-08-14 07:03:23+02:00
log55cc9dda66a24ed2a86a358533ecf5840d47b3d7
tree3c399314ed94a5b3cbf8617c465184e04e58e261
parent927bc5562988e7467bcf6e94cf1e2db9c46aa128
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

ci: Enable -Dtest-slow-targets.


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

ci/aarch64-linux-debug.sh+2-1
...@@ -62,7 +62,8 @@ stage3-debug/bin/zig build test docs \...@@ -62,7 +62,8 @@ 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-tidy65 -Denable-tidy \
66 -Dtest-slow-targets
6667
67# Ensure that updating the wasm binary from this commit will result in a viable build.68# Ensure that updating the wasm binary from this commit will result in a viable build.
68stage3-debug/bin/zig build update-zig169stage3-debug/bin/zig build update-zig1
ci/aarch64-linux-release.sh+2-1
...@@ -62,7 +62,8 @@ stage3-release/bin/zig build test docs \...@@ -62,7 +62,8 @@ 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-tidy65 -Denable-tidy \
66 -Dtest-slow-targets
6667
67# Ensure that stage3 and stage4 are byte-for-byte identical.68# Ensure that stage3 and stage4 are byte-for-byte identical.
68stage3-release/bin/zig build \69stage3-release/bin/zig build \
ci/aarch64-macos-debug.sh+2-1
...@@ -55,4 +55,5 @@ stage3-debug/bin/zig build test docs \...@@ -55,4 +55,5 @@ 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+2-1
...@@ -55,7 +55,8 @@ stage3-release/bin/zig build test docs \...@@ -55,7 +55,8 @@ 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
5960
60# Ensure that stage3 and stage4 are byte-for-byte identical.61# Ensure that stage3 and stage4 are byte-for-byte identical.
61stage3-release/bin/zig build \62stage3-release/bin/zig build \
ci/aarch64-windows.ps1+2-1
...@@ -67,7 +67,8 @@ Write-Output "Main test suite..."...@@ -67,7 +67,8 @@ 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-windows70 -Denable-symlinks-windows `
71 -Dtest-slow-targets
71CheckLastExitCode72CheckLastExitCode
7273
73# Ensure that stage3 and stage4 are byte-for-byte identical.74# Ensure that stage3 and stage4 are byte-for-byte identical.
ci/x86_64-linux-debug.sh+2-1
...@@ -70,7 +70,8 @@ stage3-debug/bin/zig build test docs \...@@ -70,7 +70,8 @@ stage3-debug/bin/zig build test docs \
70 -Dtarget=native-native-musl \70 -Dtarget=native-native-musl \
71 --search-prefix "$PREFIX" \71 --search-prefix "$PREFIX" \
72 --zig-lib-dir "$PWD/../lib" \72 --zig-lib-dir "$PWD/../lib" \
73 -Denable-tidy73 -Denable-tidy \
74 -Dtest-slow-targets
7475
75# 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.
76stage3-debug/bin/zig build update-zig177stage3-debug/bin/zig build update-zig1
ci/x86_64-linux-release.sh+2-1
...@@ -70,7 +70,8 @@ stage3-release/bin/zig build test docs \...@@ -70,7 +70,8 @@ stage3-release/bin/zig build test docs \
70 -Dtarget=native-native-musl \70 -Dtarget=native-native-musl \
71 --search-prefix "$PREFIX" \71 --search-prefix "$PREFIX" \
72 --zig-lib-dir "$PWD/../lib" \72 --zig-lib-dir "$PWD/../lib" \
73 -Denable-tidy73 -Denable-tidy \
74 -Dtest-slow-targets
7475
75# Ensure that stage3 and stage4 are byte-for-byte identical.76# Ensure that stage3 and stage4 are byte-for-byte identical.
76stage3-release/bin/zig build \77stage3-release/bin/zig build \
ci/x86_64-macos-release.sh+2-1
...@@ -59,7 +59,8 @@ stage3/bin/zig build test docs \...@@ -59,7 +59,8 @@ 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
6364
64# Ensure that stage3 and stage4 are byte-for-byte identical.65# Ensure that stage3 and stage4 are byte-for-byte identical.
65stage3/bin/zig build \66stage3/bin/zig build \
ci/x86_64-windows-debug.ps1+2-1
...@@ -68,7 +68,8 @@ Write-Output "Main test suite..."...@@ -68,7 +68,8 @@ 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-windows71 -Denable-symlinks-windows `
72 -Dtest-slow-targets
72CheckLastExitCode73CheckLastExitCode
7374
74Write-Output "Build x86_64-windows-msvc behavior tests using the C backend..."75Write-Output "Build x86_64-windows-msvc behavior tests using the C backend..."
ci/x86_64-windows-release.ps1+2-1
...@@ -67,7 +67,8 @@ Write-Output "Main test suite..."...@@ -67,7 +67,8 @@ 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-windows70 -Denable-symlinks-windows `
71 -Dtest-slow-targets
71CheckLastExitCode72CheckLastExitCode
7273
73# Ensure that stage3 and stage4 are byte-for-byte identical.74# Ensure that stage3 and stage4 are byte-for-byte identical.