Skip to content

Commit 33132ab

Browse files
authoredMar 14, 2025
2.2.4 (#28497)
1 parent c6b9e04 commit 33132ab

Some content is hidden

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

42 files changed

+139
-112
lines changed
 

‎.github/workflows/ci.generate.ts

+1-1
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 = 44;
8+
const cacheVersion = 45;
99

1010
const ubuntuX86Runner = "ubuntu-24.04";
1111
const ubuntuX86XlRunner = "ubuntu-24.04-xl";

‎.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ jobs:
184184
~/.cargo/registry/index
185185
~/.cargo/registry/cache
186186
~/.cargo/git/db
187-
key: '44-cargo-home-${{ matrix.os }}-${{ matrix.arch }}-${{ hashFiles(''Cargo.lock'') }}'
188-
restore-keys: '44-cargo-home-${{ matrix.os }}-${{ matrix.arch }}-'
187+
key: '45-cargo-home-${{ matrix.os }}-${{ matrix.arch }}-${{ hashFiles(''Cargo.lock'') }}'
188+
restore-keys: '45-cargo-home-${{ matrix.os }}-${{ matrix.arch }}-'
189189
if: '!(matrix.skip)'
190190
- uses: dsherret/rust-toolchain-file@v1
191191
if: '!(matrix.skip)'
@@ -381,7 +381,7 @@ jobs:
381381
!./target/*/*.zip
382382
!./target/*/*.tar.gz
383383
key: never_saved
384-
restore-keys: '44-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-'
384+
restore-keys: '45-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-'
385385
- name: Apply and update mtime cache
386386
if: '!(matrix.skip) && (!startsWith(github.ref, ''refs/tags/''))'
387387
uses: ./.github/mtime_cache
@@ -699,7 +699,7 @@ jobs:
699699
!./target/*/gn_root
700700
!./target/*/*.zip
701701
!./target/*/*.tar.gz
702-
key: '44-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-${{ github.sha }}'
702+
key: '45-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-${{ github.sha }}'
703703
wasm:
704704
name: build wasm32
705705
needs:

0 commit comments

Comments
 (0)
Failed to load comments.