mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
ci: Enable -Dtest-slow-targets.
This commit is contained in:
parent
927bc55629
commit
55cc9dda66
10 changed files with 20 additions and 10 deletions
|
|
@ -62,7 +62,8 @@ stage3-debug/bin/zig build test docs \
|
||||||
-Dtarget=native-native-musl \
|
-Dtarget=native-native-musl \
|
||||||
--search-prefix "$PREFIX" \
|
--search-prefix "$PREFIX" \
|
||||||
--zig-lib-dir "$PWD/../lib" \
|
--zig-lib-dir "$PWD/../lib" \
|
||||||
-Denable-tidy
|
-Denable-tidy \
|
||||||
|
-Dtest-slow-targets
|
||||||
|
|
||||||
# Ensure that updating the wasm binary from this commit will result in a viable build.
|
# Ensure that updating the wasm binary from this commit will result in a viable build.
|
||||||
stage3-debug/bin/zig build update-zig1
|
stage3-debug/bin/zig build update-zig1
|
||||||
|
|
|
||||||
|
|
@ -62,7 +62,8 @@ stage3-release/bin/zig build test docs \
|
||||||
-Dtarget=native-native-musl \
|
-Dtarget=native-native-musl \
|
||||||
--search-prefix "$PREFIX" \
|
--search-prefix "$PREFIX" \
|
||||||
--zig-lib-dir "$PWD/../lib" \
|
--zig-lib-dir "$PWD/../lib" \
|
||||||
-Denable-tidy
|
-Denable-tidy \
|
||||||
|
-Dtest-slow-targets
|
||||||
|
|
||||||
# Ensure that stage3 and stage4 are byte-for-byte identical.
|
# Ensure that stage3 and stage4 are byte-for-byte identical.
|
||||||
stage3-release/bin/zig build \
|
stage3-release/bin/zig build \
|
||||||
|
|
|
||||||
|
|
@ -55,4 +55,5 @@ stage3-debug/bin/zig build test docs \
|
||||||
-Denable-macos-sdk \
|
-Denable-macos-sdk \
|
||||||
-Dstatic-llvm \
|
-Dstatic-llvm \
|
||||||
-Dskip-non-native \
|
-Dskip-non-native \
|
||||||
--search-prefix "$PREFIX"
|
--search-prefix "$PREFIX" \
|
||||||
|
-Dtest-slow-targets
|
||||||
|
|
|
||||||
|
|
@ -55,7 +55,8 @@ stage3-release/bin/zig build test docs \
|
||||||
-Denable-macos-sdk \
|
-Denable-macos-sdk \
|
||||||
-Dstatic-llvm \
|
-Dstatic-llvm \
|
||||||
-Dskip-non-native \
|
-Dskip-non-native \
|
||||||
--search-prefix "$PREFIX"
|
--search-prefix "$PREFIX" \
|
||||||
|
-Dtest-slow-targets
|
||||||
|
|
||||||
# Ensure that stage3 and stage4 are byte-for-byte identical.
|
# Ensure that stage3 and stage4 are byte-for-byte identical.
|
||||||
stage3-release/bin/zig build \
|
stage3-release/bin/zig build \
|
||||||
|
|
|
||||||
|
|
@ -67,7 +67,8 @@ Write-Output "Main test suite..."
|
||||||
--search-prefix "$PREFIX_PATH" `
|
--search-prefix "$PREFIX_PATH" `
|
||||||
-Dstatic-llvm `
|
-Dstatic-llvm `
|
||||||
-Dskip-non-native `
|
-Dskip-non-native `
|
||||||
-Denable-symlinks-windows
|
-Denable-symlinks-windows `
|
||||||
|
-Dtest-slow-targets
|
||||||
CheckLastExitCode
|
CheckLastExitCode
|
||||||
|
|
||||||
# Ensure that stage3 and stage4 are byte-for-byte identical.
|
# Ensure that stage3 and stage4 are byte-for-byte identical.
|
||||||
|
|
|
||||||
|
|
@ -70,7 +70,8 @@ stage3-debug/bin/zig build test docs \
|
||||||
-Dtarget=native-native-musl \
|
-Dtarget=native-native-musl \
|
||||||
--search-prefix "$PREFIX" \
|
--search-prefix "$PREFIX" \
|
||||||
--zig-lib-dir "$PWD/../lib" \
|
--zig-lib-dir "$PWD/../lib" \
|
||||||
-Denable-tidy
|
-Denable-tidy \
|
||||||
|
-Dtest-slow-targets
|
||||||
|
|
||||||
# Ensure that updating the wasm binary from this commit will result in a viable build.
|
# Ensure that updating the wasm binary from this commit will result in a viable build.
|
||||||
stage3-debug/bin/zig build update-zig1
|
stage3-debug/bin/zig build update-zig1
|
||||||
|
|
|
||||||
|
|
@ -70,7 +70,8 @@ stage3-release/bin/zig build test docs \
|
||||||
-Dtarget=native-native-musl \
|
-Dtarget=native-native-musl \
|
||||||
--search-prefix "$PREFIX" \
|
--search-prefix "$PREFIX" \
|
||||||
--zig-lib-dir "$PWD/../lib" \
|
--zig-lib-dir "$PWD/../lib" \
|
||||||
-Denable-tidy
|
-Denable-tidy \
|
||||||
|
-Dtest-slow-targets
|
||||||
|
|
||||||
# Ensure that stage3 and stage4 are byte-for-byte identical.
|
# Ensure that stage3 and stage4 are byte-for-byte identical.
|
||||||
stage3-release/bin/zig build \
|
stage3-release/bin/zig build \
|
||||||
|
|
|
||||||
|
|
@ -59,7 +59,8 @@ stage3/bin/zig build test docs \
|
||||||
-Denable-macos-sdk \
|
-Denable-macos-sdk \
|
||||||
-Dstatic-llvm \
|
-Dstatic-llvm \
|
||||||
-Dskip-non-native \
|
-Dskip-non-native \
|
||||||
--search-prefix "$PREFIX"
|
--search-prefix "$PREFIX" \
|
||||||
|
-Dtest-slow-targets
|
||||||
|
|
||||||
# Ensure that stage3 and stage4 are byte-for-byte identical.
|
# Ensure that stage3 and stage4 are byte-for-byte identical.
|
||||||
stage3/bin/zig build \
|
stage3/bin/zig build \
|
||||||
|
|
|
||||||
|
|
@ -68,7 +68,8 @@ Write-Output "Main test suite..."
|
||||||
-Dstatic-llvm `
|
-Dstatic-llvm `
|
||||||
-Dskip-non-native `
|
-Dskip-non-native `
|
||||||
-Dskip-release `
|
-Dskip-release `
|
||||||
-Denable-symlinks-windows
|
-Denable-symlinks-windows `
|
||||||
|
-Dtest-slow-targets
|
||||||
CheckLastExitCode
|
CheckLastExitCode
|
||||||
|
|
||||||
Write-Output "Build x86_64-windows-msvc behavior tests using the C backend..."
|
Write-Output "Build x86_64-windows-msvc behavior tests using the C backend..."
|
||||||
|
|
|
||||||
|
|
@ -67,7 +67,8 @@ Write-Output "Main test suite..."
|
||||||
--search-prefix "$PREFIX_PATH" `
|
--search-prefix "$PREFIX_PATH" `
|
||||||
-Dstatic-llvm `
|
-Dstatic-llvm `
|
||||||
-Dskip-non-native `
|
-Dskip-non-native `
|
||||||
-Denable-symlinks-windows
|
-Denable-symlinks-windows `
|
||||||
|
-Dtest-slow-targets
|
||||||
CheckLastExitCode
|
CheckLastExitCode
|
||||||
|
|
||||||
# Ensure that stage3 and stage4 are byte-for-byte identical.
|
# Ensure that stage3 and stage4 are byte-for-byte identical.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue