From 1f48f0ad046fa8ce6b6dc5b82e337cae4eb74b9e Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Fri, 13 May 2022 15:08:24 -0400 Subject: ci/freebsd: Run in a jail --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81b7f77..e7188dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: runs-on: ubuntu-latest - concurrency: muon + concurrency: spurion steps: - uses: actions/checkout@v2 @@ -78,10 +78,10 @@ jobs: mkdir ~/.ssh printf '%s' "$SSH_KEY" >~/.ssh/github-actions chmod 0600 ~/.ssh/github-actions - printf 'Host %s\n\tStrictHostKeyChecking=accept-new\n\tUser github\n\tIdentityFile ~/.ssh/github-actions\n' "$(tailscale ip -6 muon)" >~/.ssh/config + printf 'Host %s\n\tStrictHostKeyChecking=accept-new\n\tUser github\n\tIdentityFile ~/.ssh/github-actions\n' "$(tailscale ip -6 spurion)" >~/.ssh/config - name: Run tests run: | - muon=$(tailscale ip -6 muon) - rsync -rl --delete . "[$muon]:bfs" - ssh "$muon" 'gmake -C bfs -j$(sysctl -n hw.ncpu) distcheck DISTCHECK_FLAGS=TEST_FLAGS=--verbose' + spurion=$(tailscale ip -6 spurion) + rsync -rl --delete . "[$spurion]:bfs" + ssh "$spurion" 'gmake -C bfs -j$(sysctl -n hw.ncpu) distcheck' -- cgit v1.2.3