ci: re-pin FFmpeg to a live BtbN autobuild - #8
Merged
Conversation
BtbN prunes dated autobuild releases after a few weeks, so the pinned autobuild-2026-07-09-14-21 release now 404s and the 'Install FFmpeg' step fails in CI and perf workflows. Re-pin to autobuild-2026-08-02-13-17 (ffmpeg n7.1.5-12, same linux64-gpl-shared-7.1 flavor) with its verified sha256, and note the pruning behavior next to the pin.
|
| Commit | Scanned at | New | Resolved | Net |
|---|---|---|---|---|
b0da3c1 |
2026-07-06 17:32 UTC | — | — | — |
2225812 |
2026-07-06 22:32 UTC | — | — | — |
3681b5b < |
2026-08-03 11:53 UTC | 0 | 0 | 0 |
Last scanned: 3681b5b · 2026-08-03 11:53 UTC
|
| Commit | Scanned at | New | Resolved | Net |
|---|---|---|---|---|
b0da3c1 |
2026-07-06 17:32 UTC | — | — | — |
2225812 |
2026-07-06 22:32 UTC | — | — | — |
3681b5b < |
2026-08-03 11:53 UTC | 0 | 0 | 0 |
Last scanned: 3681b5b · 2026-08-03 11:53 UTC
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.
CI (and the perf workflow) fail at the Install FFmpeg 7.1 (shared) step with a curl 404: the pinned
autobuild-2026-07-09-14-21release no longer exists — BtbN prunes dated autobuild releases after a few weeks.This re-pins to the newest autobuild,
autobuild-2026-08-02-13-17(ffmpeg-n7.1.5-12-g1fdbca85aa-linux64-gpl-shared-7.1, same flavor as before), with a freshly verified sha256, and adds a comment noting the pruning behavior so the next 404 is a quick re-pin.Note: this will recur every few weeks as long as we pin to BtbN autobuilds. If that gets annoying, the durable fix is to mirror the tarball to infrastructure we control (e.g. a GCS bucket or a repo release asset) and download from there.
release.ymluses thelatestalias (no checksum) and is unaffected.