CI: Build the minio server from source - #3
Open
msaggiorato wants to merge 1 commit into
Open
msaggiorato wants to merge 1 commit into
msaggiorato wants to merge 1 commit into
Conversation
The test jobs no longer get past "Get programs": the open source MinIO server is archived and dl.minio.io answers every download with "410 Gone", so the wget fails and the whole matrix stops before a single test runs. Install it with go install from the last release instead, which also drops the per-OS branch and picks up the runner's own architecture rather than the amd64 build. The version is pinned next to latest_go because the repository is archived and its master branch has moved on since. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LhQ5vniAMEFx1V4PtwEuWD
This was referenced Sep 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Validation run for the workflow fix: dl.minio.io answers
410 Gonesince the open source MinIO server was archived, so everytestjob dies inGet programsbefore a single test runs. Installs it withgo installfrom the last release (RELEASE.2025-10-15T17-29-55Z) instead.Verified locally: the go-installed binary passes
go test -run TestBackendMinio ./internal/backend/s3/(7.9 s), build takes ~1.5 min cold.Upstream reported the same breakage in restic#22063 (comment 5697342454).
🤖 Generated with Claude Code
https://claude.ai/code/session_01LhQ5vniAMEFx1V4PtwEuWD