From 8f8b8d75f9e29230cd2f8b99e5a2acf537f32a4b Mon Sep 17 00:00:00 2001 From: simianastronaut Date: Thu, 12 Mar 2026 16:51:15 -0400 Subject: [PATCH] chore(workflows): update RUST_CACHE_VERSION in release-stable-manual.yml to invalidate stale Rust build artifacts --- .github/workflows/release-stable-manual.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release-stable-manual.yml b/.github/workflows/release-stable-manual.yml index 6ee7e5717..d119f6dcf 100644 --- a/.github/workflows/release-stable-manual.yml +++ b/.github/workflows/release-stable-manual.yml @@ -79,6 +79,10 @@ jobs: needs: [validate, web] runs-on: ${{ matrix.os }} timeout-minutes: 40 + env: + # Bump this to invalidate stale Rust build artifacts tied to an older/newer glibc. + # Prevents cached build-script binaries (e.g., libc) from being reused across runner image changes. + RUST_CACHE_VERSION: v2 strategy: fail-fast: false matrix: