| author | |
| committer | |
| log | f4315a0a577b416bb8eee7ab41ab0ea6e6defd04 |
| tree | 29c3736452825f7b6e09313093d300b52d0c5037 |
| parent | 50056a5b3ad29695c795534cebbd031408633813 |
| signature |
i am in purgatory as a punishment bestowed upon me for daring to
question the sanctity of windows' scheduler4 files changed, 4 insertions(+), 4 deletions(-)
ci/x86_64-linux-debug-llvm.sh+1-1| ... | @@ -62,4 +62,4 @@ stage3-debug/bin/zig build test docs \ | ... | @@ -62,4 +62,4 @@ stage3-debug/bin/zig build test docs \ |
| 62 | --search-prefix "$PREFIX" \ | 62 | --search-prefix "$PREFIX" \ |
| 63 | --zig-lib-dir "$PWD/../lib" \ | 63 | --zig-lib-dir "$PWD/../lib" \ |
| 64 | -Denable-superhtml \ | 64 | -Denable-superhtml \ |
| 65 | --test-timeout 4m | 65 | --test-timeout 6m |
ci/x86_64-linux-release.sh+1-1| ... | @@ -64,7 +64,7 @@ stage3-release/bin/zig build test docs \ | ... | @@ -64,7 +64,7 @@ stage3-release/bin/zig build test docs \ |
| 64 | --search-prefix "$PREFIX" \ | 64 | --search-prefix "$PREFIX" \ |
| 65 | --zig-lib-dir "$PWD/../lib" \ | 65 | --zig-lib-dir "$PWD/../lib" \ |
| 66 | -Denable-superhtml \ | 66 | -Denable-superhtml \ |
| 67 | --test-timeout 4m | 67 | --test-timeout 6m |
| 68 | 68 | ||
| 69 | # Ensure that stage3 and stage4 are byte-for-byte identical. | 69 | # Ensure that stage3 and stage4 are byte-for-byte identical. |
| 70 | stage3-release/bin/zig build \ | 70 | stage3-release/bin/zig build \ |
ci/x86_64-windows-debug.ps1+1-1| ... | @@ -60,7 +60,7 @@ Write-Output "Main test suite..." | ... | @@ -60,7 +60,7 @@ Write-Output "Main test suite..." |
| 60 | -Dskip-non-native ` | 60 | -Dskip-non-native ` |
| 61 | -Dskip-release ` | 61 | -Dskip-release ` |
| 62 | -Denable-symlinks-windows ` | 62 | -Denable-symlinks-windows ` |
| 63 | --test-timeout 4m | 63 | --test-timeout 10m |
| 64 | CheckLastExitCode | 64 | CheckLastExitCode |
| 65 | 65 | ||
| 66 | Write-Output "Build x86_64-windows-msvc behavior tests using the C backend..." | 66 | Write-Output "Build x86_64-windows-msvc behavior tests using the C backend..." |
ci/x86_64-windows-release.ps1+1-1| ... | @@ -59,7 +59,7 @@ Write-Output "Main test suite..." | ... | @@ -59,7 +59,7 @@ Write-Output "Main test suite..." |
| 59 | -Dstatic-llvm ` | 59 | -Dstatic-llvm ` |
| 60 | -Dskip-non-native ` | 60 | -Dskip-non-native ` |
| 61 | -Denable-symlinks-windows ` | 61 | -Denable-symlinks-windows ` |
| 62 | --test-timeout 4m | 62 | --test-timeout 10m |
| 63 | CheckLastExitCode | 63 | CheckLastExitCode |
| 64 | 64 | ||
| 65 | # Ensure that stage3 and stage4 are byte-for-byte identical. | 65 | # Ensure that stage3 and stage4 are byte-for-byte identical. |