You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix bosh create-release to work for integration tests
- Replace golang-1.26-linux spec.lock (vendored, no GCS blob yet) with
a proper spec+packaging that can be built from source. The CI pipeline's
bump-golang-package job will convert this back to the vendor-package
approach once the blob is uploaded to GCS.
- Fix packages/nats/spec: BOSH prepends src/ automatically, so the file
pattern should be bosh-nats-sync/**/* not src/bosh-nats-sync/**/*
- Fix packages/nats/packaging: BOSH strips src/ when extracting package
files, so the compile target is bosh-nats-sync/ not src/bosh-nats-sync/
- Add src/golang-1.26-linux/compile.env.unix and runtime.env.unix from
bosh-package-golang-release for the packaging script
0 commit comments