Skip to content

Commit 367ecdd

Browse files
denobotdsherret
andauthored
2.5.5 (#31112)
Co-authored-by: David Sherret <[email protected]>
1 parent ed5d4ce commit 367ecdd

File tree

53 files changed

+211
-145
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+211
-145
lines changed

.github/workflows/ci.generate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { stringify } from "jsr:@std/yaml@^0.221/stringify";
55
// Bump this number when you want to purge the cache.
66
// Note: the tools/release/01_bump_crate_versions.ts script will update this version
77
// automatically via regex, so ensure that this line maintains this format.
8-
const cacheVersion = 77;
8+
const cacheVersion = 78;
99

1010
const ubuntuX86Runner = "ubuntu-24.04";
1111
const ubuntuX86XlRunner = "ghcr.io/cirruslabs/ubuntu-runner-amd64:24.04";

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ jobs:
189189
~/.cargo/registry/index
190190
~/.cargo/registry/cache
191191
~/.cargo/git/db
192-
key: '77-cargo-home-${{ matrix.os }}-${{ matrix.arch }}-${{ hashFiles(''Cargo.lock'') }}'
193-
restore-keys: '77-cargo-home-${{ matrix.os }}-${{ matrix.arch }}-'
192+
key: '78-cargo-home-${{ matrix.os }}-${{ matrix.arch }}-${{ hashFiles(''Cargo.lock'') }}'
193+
restore-keys: '78-cargo-home-${{ matrix.os }}-${{ matrix.arch }}-'
194194
if: '!(matrix.skip)'
195195
- uses: dsherret/rust-toolchain-file@v1
196196
if: '!(matrix.skip)'
@@ -392,7 +392,7 @@ jobs:
392392
!./target/*/*.zip
393393
!./target/*/*.tar.gz
394394
key: never_saved
395-
restore-keys: '77-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-'
395+
restore-keys: '78-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-'
396396
- name: Apply and update mtime cache
397397
if: '!(matrix.skip) && (!startsWith(github.ref, ''refs/tags/''))'
398398
uses: ./.github/mtime_cache
@@ -773,7 +773,7 @@ jobs:
773773
!./target/*/gn_root
774774
!./target/*/*.zip
775775
!./target/*/*.tar.gz
776-
key: '77-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-${{ github.sha }}'
776+
key: '78-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-${{ github.sha }}'
777777
libs:
778778
name: build libs
779779
needs:

0 commit comments

Comments
 (0)