| author | |
| committer | |
| log | a8ae324130c42ae9af7eace1b5349dc35fd7c85c |
| tree | 41c6d1b584826689936d4ec6ab0798d44953b6d1 |
| parent | d073836894df8b9fb56f24f577a51dd09a85a932 |
| parent | 44ef270de1b8dfd176f27adf5638ca2f36d700d5 |
Thanks to Ave & Luna for providing this service that lets us have enough
ram to properly test FreeBSD.3 files changed, 5 insertions(+), 8 deletions(-)
.builds/freebsd.yml+2-2| ... | ... | @@ -1,7 +1,7 @@ |
| 1 | 1 | image: freebsd/latest |
| 2 | 2 | secrets: |
| 3 | - 6c60aaee-92e7-4e7d-812c-114817689b4d | |
| 4 | - dd0bd962-7664-4d3e-b0f3-41c9ee96b8b8 | |
| 3 | - 51bfddf5-86a6-4e01-8576-358c72a4a0a4 | |
| 4 | - 5cfede76-914e-4071-893e-e5e2e6ae3cea | |
| 5 | 5 | sources: |
| 6 | 6 | - https://github.com/ziglang/zig |
| 7 | 7 | tasks: |
ci/srht/freebsd_script+2-5| ... | ... | @@ -28,11 +28,8 @@ make $JOBS install |
| 28 | 28 | |
| 29 | 29 | release/bin/zig build test-fmt |
| 30 | 30 | release/bin/zig build test-behavior |
| 31 | ||
| 32 | # This test is disabled because it triggers "out of memory" on the sr.ht CI service. | |
| 33 | # See https://github.com/ziglang/zig/issues/3210 | |
| 34 | # release/bin/zig build test-std | |
| 35 | ||
| 31 | # TODO get these tests passing on freebsd and re-enable | |
| 32 | #release/bin/zig build test-std | |
| 36 | 33 | release/bin/zig build test-compiler-rt |
| 37 | 34 | release/bin/zig build test-compare-output |
| 38 | 35 | release/bin/zig build test-standalone |
ci/srht/on_master_success+1-1| ... | ... | @@ -36,4 +36,4 @@ jq <$YML_FILE -sR '{ |
| 36 | 36 | -H Authorization:"token $OAUTH_TOKEN" \ |
| 37 | 37 | -H Content-Type:application/json \ |
| 38 | 38 | -X POST \ |
| 39 | -d @- "https://builds.sr.ht/api/jobs" | |
| 39 | -d @- "https://builds.hut.lavatech.top/api/jobs" |