fix(ci): drop redundant apt/git install step #82

Merged
rcsheets merged 1 commit from fix/ci-drop-redundant-apt-step into main 2026-07-24 06:00:11 +00:00
Owner

golang:1.26 is built on buildpack-deps:*-scm and already ships git and
ca-certificates (verified: git 2.47.3), which is all the checkout step needs.
The "Install git" step added nothing but a hard dependency on the in-cluster
apt-cacher-ng proxy — so when that proxy started 404ing the Debian trixie
index files, CI failed at apt-get update before doing any work. Remove the
step (and the now-unused DEBIAN_FRONTEND env) from ci.yaml and fixtures.yaml;
leave a note so it isn't re-added. build-push.yaml is untouched — it genuinely
installs buildah/podman/jq/curl.

Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com

golang:1.26 is built on buildpack-deps:*-scm and already ships git and ca-certificates (verified: git 2.47.3), which is all the checkout step needs. The "Install git" step added nothing but a hard dependency on the in-cluster apt-cacher-ng proxy — so when that proxy started 404ing the Debian trixie index files, CI failed at apt-get update before doing any work. Remove the step (and the now-unused DEBIAN_FRONTEND env) from ci.yaml and fixtures.yaml; leave a note so it isn't re-added. build-push.yaml is untouched — it genuinely installs buildah/podman/jq/curl. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
fix(ci): drop redundant apt/git install step
All checks were successful
ci / check (pull_request) Successful in 42s
9ee5d08485
golang:1.26 is built on buildpack-deps:*-scm and already ships git and
ca-certificates (verified: git 2.47.3), which is all the checkout step needs.
The "Install git" step added nothing but a hard dependency on the in-cluster
apt-cacher-ng proxy — so when that proxy started 404ing the Debian trixie
index files, CI failed at apt-get update before doing any work. Remove the
step (and the now-unused DEBIAN_FRONTEND env) from ci.yaml and fixtures.yaml;
leave a note so it isn't re-added. build-push.yaml is untouched — it genuinely
installs buildah/podman/jq/curl.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Collaborator

Automated review by pr-reviewer v0.40.0 | Safety Check | Mistral Small | tracking id r-62febc-71bc8f
This is an AI-generated review and may contain mistakes.

Status: Completed


Verdict: LGTM — No issues found

No obvious bugs, security issues, or accidentally committed files detected.

*Automated review by [pr-reviewer](https://git.brooktrails.org/brooktrails/pr-reviewer) v0.40.0 | Safety Check | Mistral Small | tracking id `r-62febc-71bc8f`* *This is an AI-generated review and may contain mistakes.* **Status:** ✅ Completed --- **✅ Verdict: LGTM** — No issues found No obvious bugs, security issues, or accidentally committed files detected.
rcsheets deleted branch fix/ci-drop-redundant-apt-step 2026-07-24 06:00:11 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
brooktrails/pr-reviewer!82
No description provided.