zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit a8ae324130c42ae9af7eace1b5349dc35fd7c85c (tree)
parent d073836894df8b9fb56f24f577a51dd09a85a932
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Mon, 14 Sep 2020 19:38:36 -0700

Merge branch 'ci-freebsd'

Thanks to Ave & Luna for providing this service that lets us have enough
ram to properly test FreeBSD.

Diffstat:
M.builds/freebsd.yml | 4++--
Mci/srht/freebsd_script | 7++-----
Mci/srht/on_master_success | 2+-
3 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml @@ -1,7 +1,7 @@ image: freebsd/latest secrets: - - 6c60aaee-92e7-4e7d-812c-114817689b4d - - dd0bd962-7664-4d3e-b0f3-41c9ee96b8b8 + - 51bfddf5-86a6-4e01-8576-358c72a4a0a4 + - 5cfede76-914e-4071-893e-e5e2e6ae3cea sources: - https://github.com/ziglang/zig tasks: diff --git a/ci/srht/freebsd_script b/ci/srht/freebsd_script @@ -28,11 +28,8 @@ make $JOBS install release/bin/zig build test-fmt release/bin/zig build test-behavior - -# This test is disabled because it triggers "out of memory" on the sr.ht CI service. -# See https://github.com/ziglang/zig/issues/3210 -# release/bin/zig build test-std - +# TODO get these tests passing on freebsd and re-enable +#release/bin/zig build test-std release/bin/zig build test-compiler-rt release/bin/zig build test-compare-output release/bin/zig build test-standalone diff --git a/ci/srht/on_master_success b/ci/srht/on_master_success @@ -36,4 +36,4 @@ jq <$YML_FILE -sR '{ -H Authorization:"token $OAUTH_TOKEN" \ -H Content-Type:application/json \ -X POST \ - -d @- "https://builds.sr.ht/api/jobs" + -d @- "https://builds.hut.lavatech.top/api/jobs"