| author | |
| committer | |
| log | 2b2b85c5f54a130ecbcd2fadfc8e6b499d151236 |
| tree | 3bf879eac938d0e3d4feb23f4ab90fe1d2661ce0 |
| parent | e636825f01180cd05ee91d540654be65daa6e1d5 |
| signature |
To match aarch64-netbsd since they run on the same (virtualized) hardware.2 files changed, 2 insertions(+), 2 deletions(-)
ci/aarch64-freebsd-debug.sh+1-1| ... | ... | @@ -46,7 +46,7 @@ stage3-debug/bin/zig build test docs \ |
| 46 | 46 | -Dskip-non-native \ |
| 47 | 47 | --search-prefix "$PREFIX" \ |
| 48 | 48 | --zig-lib-dir "$PWD/../lib" \ |
| 49 | --test-timeout 2m | |
| 49 | --test-timeout 4m | |
| 50 | 50 | |
| 51 | 51 | stage3-debug/bin/zig build \ |
| 52 | 52 | --prefix stage4-debug \ |
ci/aarch64-freebsd-release.sh+1-1| ... | ... | @@ -46,7 +46,7 @@ stage3-release/bin/zig build test docs \ |
| 46 | 46 | -Dskip-non-native \ |
| 47 | 47 | --search-prefix "$PREFIX" \ |
| 48 | 48 | --zig-lib-dir "$PWD/../lib" \ |
| 49 | --test-timeout 2m | |
| 49 | --test-timeout 4m | |
| 50 | 50 | |
| 51 | 51 | # Ensure that stage3 and stage4 are byte-for-byte identical. |
| 52 | 52 | stage3-release/bin/zig build \ |