chore(workflows): update RUST_CACHE_VERSION in release-stable-manual.yml to invalidate stale Rust build artifacts
This commit is contained in:
parent
d2b923ae07
commit
8f8b8d75f9
4
.github/workflows/release-stable-manual.yml
vendored
4
.github/workflows/release-stable-manual.yml
vendored
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user