From 3681b5b93de3f59eb8c4b8d06105064ee0290c24 Mon Sep 17 00:00:00 2001 From: ksindi Date: Mon, 3 Aug 2026 11:52:57 +0000 Subject: [PATCH] ci: re-pin FFmpeg to a live BtbN autobuild 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. --- .github/workflows/ci.yml | 8 +++++--- .github/workflows/perf.yml | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5f0bff..a4c9fde 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,9 +16,11 @@ env: TORCH_VERSION: "2.11.0" # Pinned to a dated BtbN autobuild (the `latest` alias is re-published, so # its checksum is not stable) and verified against the checksum below. - FFMPEG_RELEASE: autobuild-2026-07-09-14-21 - FFMPEG_BUILD: ffmpeg-n7.1.5-1-g7d0e842004-linux64-gpl-shared-7.1 - FFMPEG_SHA256: 13ad56280d03997b04796a37d885b2acc7b0d8b3ff7c6de65f9fc8cc17e4139f + # NOTE: BtbN prunes dated autobuilds after ~2-4 weeks; when the download + # 404s, re-pin to a current autobuild (keep perf.yml in sync). + FFMPEG_RELEASE: autobuild-2026-08-02-13-17 + FFMPEG_BUILD: ffmpeg-n7.1.5-12-g1fdbca85aa-linux64-gpl-shared-7.1 + FFMPEG_SHA256: 5f855947aa05767c708329c991f75a4702a2bb1d896ce23fb125df57591470c2 jobs: build: diff --git a/.github/workflows/perf.yml b/.github/workflows/perf.yml index 4d492d2..8f1d11e 100644 --- a/.github/workflows/perf.yml +++ b/.github/workflows/perf.yml @@ -30,9 +30,11 @@ env: TORCH_VERSION: "2.11.0" # Pinned to a dated BtbN autobuild (the `latest` alias is re-published, so # its checksum is not stable) and verified against the checksum below. - FFMPEG_RELEASE: autobuild-2026-07-09-14-21 - FFMPEG_BUILD: ffmpeg-n7.1.5-1-g7d0e842004-linux64-gpl-shared-7.1 - FFMPEG_SHA256: 13ad56280d03997b04796a37d885b2acc7b0d8b3ff7c6de65f9fc8cc17e4139f + # NOTE: BtbN prunes dated autobuilds after ~2-4 weeks; when the download + # 404s, re-pin to a current autobuild (keep ci.yml in sync). + FFMPEG_RELEASE: autobuild-2026-08-02-13-17 + FFMPEG_BUILD: ffmpeg-n7.1.5-12-g1fdbca85aa-linux64-gpl-shared-7.1 + FFMPEG_SHA256: 5f855947aa05767c708329c991f75a4702a2bb1d896ce23fb125df57591470c2 REGRESSION_THRESHOLD: "1.25" jobs: