Use loopback for host builder probes

This commit is contained in:
2026-07-27 17:38:11 -07:00
parent 8a90d1f46f
commit 755b9d2f0a
2 changed files with 2 additions and 5 deletions

View File

@@ -304,9 +304,7 @@ jobs:
test "$actual_client_sha" = "$EXPECTED_CLIENT_SHA"
echo "value=$actual_client_sha" >> "$GITHUB_OUTPUT"
- name: Resolve the private Docker host transport
run: |
probe_host="$(ruby scripts/private_default_gateway.rb)"
echo "OPENCODE_PROBE_HOST=$probe_host" >> "$GITHUB_ENV"
run: echo "OPENCODE_PROBE_HOST=127.0.0.1" >> "$GITHUB_ENV"
- name: Exercise the complete manifest matrix without artifact claims
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/ruby-client/Gemfile