Skip to content

Commit 7a98888

Browse files
denobotbartlomieju
andauthored
2.6.9 (#32110)
Bumped versions for 2.6.9 Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
1 parent 0620bff commit 7a98888

File tree

52 files changed

+200
-146
lines changed

Some content is hidden

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

52 files changed

+200
-146
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 = 93;
8+
const cacheVersion = 94;
99

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

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
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: '93-cargo-home-${{ matrix.os }}-${{ matrix.arch }}-${{ hashFiles(''Cargo.lock'') }}'
188-
restore-keys: '93-cargo-home-${{ matrix.os }}-${{ matrix.arch }}-'
187+
key: '94-cargo-home-${{ matrix.os }}-${{ matrix.arch }}-${{ hashFiles(''Cargo.lock'') }}'
188+
restore-keys: '94-cargo-home-${{ matrix.os }}-${{ matrix.arch }}-'
189189
if: '!(matrix.skip)'
190190
- uses: dsherret/rust-toolchain-file@v1
191191
if: '!(matrix.skip)'
@@ -390,7 +390,7 @@ jobs:
390390
!./target/*/*.zip
391391
!./target/*/*.tar.gz
392392
key: never_saved
393-
restore-keys: '93-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-'
393+
restore-keys: '94-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-'
394394
- name: Apply and update mtime cache
395395
if: '!(matrix.skip) && (!startsWith(github.ref, ''refs/tags/''))'
396396
uses: ./.github/mtime_cache
@@ -776,7 +776,7 @@ jobs:
776776
!./target/*/gn_root
777777
!./target/*/*.zip
778778
!./target/*/*.tar.gz
779-
key: '93-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-${{ github.sha }}'
779+
key: '94-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-${{ github.sha }}'
780780
lint:
781781
name: 'lint ${{ matrix.profile }} ${{ matrix.os }}-${{ matrix.arch }}'
782782
needs:
@@ -827,8 +827,8 @@ jobs:
827827
~/.cargo/registry/index
828828
~/.cargo/registry/cache
829829
~/.cargo/git/db
830-
key: '93-cargo-home-${{ matrix.os }}-${{ matrix.arch }}-${{ hashFiles(''Cargo.lock'') }}'
831-
restore-keys: '93-cargo-home-${{ matrix.os }}-${{ matrix.arch }}-'
830+
key: '94-cargo-home-${{ matrix.os }}-${{ matrix.arch }}-${{ hashFiles(''Cargo.lock'') }}'
831+
restore-keys: '94-cargo-home-${{ matrix.os }}-${{ matrix.arch }}-'
832832
- uses: dsherret/rust-toolchain-file@v1
833833
- name: Install Deno
834834
uses: denoland/setup-deno@v2
@@ -845,7 +845,7 @@ jobs:
845845
!./target/*/*.zip
846846
!./target/*/*.tar.gz
847847
key: never_saved
848-
restore-keys: '93-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-'
848+
restore-keys: '94-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-'
849849
- name: test_format.js
850850
if: matrix.os == 'linux'
851851
run: deno run --allow-write --allow-read --allow-run --allow-net ./tools/format.js --check
@@ -865,7 +865,7 @@ jobs:
865865
!./target/*/gn_root
866866
!./target/*/*.zip
867867
!./target/*/*.tar.gz
868-
key: '93-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-${{ github.sha }}'
868+
key: '94-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-${{ github.sha }}'
869869
libs:
870870
name: build libs
871871
needs:

0 commit comments

Comments
 (0)