temporary force nightly to home server
All checks were successful
AWS-Zig Build / build-zig-amd64-host (push) Successful in 7m46s

On the home server, git.lerch.org will resolve to
an A record (split-horizon DNS). This works around
https://github.com/ziglang/zig/issues/25811.
This commit is contained in:
Emil Lerch 2025-11-06 13:08:21 -08:00
parent 0e63e501db
commit 79213a991d
Signed by: lobo
GPG key ID: A7B62D657EF764F8

View file

@ -15,7 +15,8 @@ jobs:
# TODO: Remove this after https://github.com/ziglang/zig/issues/21815 is
# addressed
options: --cap-add CAP_SYS_PTRACE
runs-on: ubuntu-latest
#runs-on: ubuntu-latest
runs-on: ubuntu-latest-with-hsm
# Need to use the default container with node and all that, so we can
# use JS-based actions like actions/checkout@v3...
# container: