Files
orca/scripts
Jon Chery 4a97cb1ea2
Release / ci (push) Failing after 6m14s
Release / container-orca (push) Has been skipped
Release / container-traefik (push) Has been skipped
fix(P1): set Go env vars in ci-run.sh — shell-isolated executor drops them
CoreCI's buildIsolatedEnv does NOT forward GOROOT, GOPATH, GOCACHE,
GOMODCACHE (they're in the systemVars deny-list in pass_through.go).
The shell-isolated executor's env only has PATH, HOME, LANG, TMPDIR,
TERM, CI + CORECI_* + CI_* + job vars. Without GOMODCACHE/GOCACHE, Go
commands fail (can't find module/build cache). Fix: re-derive them from
the go binary on PATH via 'go env GOROOT' etc.

---ci---
project: orca
phase: 1
milestone: v0.16
status: execute
---/ci---
2026-08-12 21:37:01 +00:00
..