authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-09-14 19:38:36-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-09-14 19:38:36-07:00
loga8ae324130c42ae9af7eace1b5349dc35fd7c85c
tree41c6d1b584826689936d4ec6ab0798d44953b6d1
parentd073836894df8b9fb56f24f577a51dd09a85a932
parent44ef270de1b8dfd176f27adf5638ca2f36d700d5

Merge branch 'ci-freebsd'

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,7 +1,7 @@
1image: freebsd/latest1image: freebsd/latest
2secrets:2secrets:
3 - 6c60aaee-92e7-4e7d-812c-114817689b4d3 - 51bfddf5-86a6-4e01-8576-358c72a4a0a4
4 - dd0bd962-7664-4d3e-b0f3-41c9ee96b8b84 - 5cfede76-914e-4071-893e-e5e2e6ae3cea
5sources:5sources:
6 - https://github.com/ziglang/zig6 - https://github.com/ziglang/zig
7tasks:7tasks:
ci/srht/freebsd_script+2-5
...@@ -28,11 +28,8 @@ make $JOBS install...@@ -28,11 +28,8 @@ make $JOBS install
2828
29release/bin/zig build test-fmt29release/bin/zig build test-fmt
30release/bin/zig build test-behavior30release/bin/zig build test-behavior
3131# TODO get these tests passing on freebsd and re-enable
32# This test is disabled because it triggers "out of memory" on the sr.ht CI service.32#release/bin/zig build test-std
33# See https://github.com/ziglang/zig/issues/3210
34# release/bin/zig build test-std
35
36release/bin/zig build test-compiler-rt33release/bin/zig build test-compiler-rt
37release/bin/zig build test-compare-output34release/bin/zig build test-compare-output
38release/bin/zig build test-standalone35release/bin/zig build test-standalone
ci/srht/on_master_success+1-1
...@@ -36,4 +36,4 @@ jq <$YML_FILE -sR '{...@@ -36,4 +36,4 @@ jq <$YML_FILE -sR '{
36 -H Authorization:"token $OAUTH_TOKEN" \36 -H Authorization:"token $OAUTH_TOKEN" \
37 -H Content-Type:application/json \37 -H Content-Type:application/json \
38 -X POST \38 -X POST \
39 -d @- "https://builds.sr.ht/api/jobs"39 -d @- "https://builds.hut.lavatech.top/api/jobs"