Skip to content

Commit d5b1548

Browse files
denobotbartlomieju
andauthored
2.6.0 (#31549)
Bumped versions for 2.6.0 --------- Co-authored-by: bartlomieju <[email protected]> Co-authored-by: Bartek Iwańczuk <[email protected]>
1 parent 6b81dc5 commit d5b1548

File tree

50 files changed

+289
-140
lines changed

Some content is hidden

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

50 files changed

+289
-140
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 = 80;
8+
const cacheVersion = 82;
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
@@ -173,8 +173,8 @@ jobs:
173173
~/.cargo/registry/index
174174
~/.cargo/registry/cache
175175
~/.cargo/git/db
176-
key: '80-cargo-home-${{ matrix.os }}-${{ matrix.arch }}-${{ hashFiles(''Cargo.lock'') }}'
177-
restore-keys: '80-cargo-home-${{ matrix.os }}-${{ matrix.arch }}-'
176+
key: '82-cargo-home-${{ matrix.os }}-${{ matrix.arch }}-${{ hashFiles(''Cargo.lock'') }}'
177+
restore-keys: '82-cargo-home-${{ matrix.os }}-${{ matrix.arch }}-'
178178
if: '!(matrix.skip)'
179179
- uses: dsherret/rust-toolchain-file@v1
180180
if: '!(matrix.skip)'
@@ -379,7 +379,7 @@ jobs:
379379
!./target/*/*.zip
380380
!./target/*/*.tar.gz
381381
key: never_saved
382-
restore-keys: '80-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-'
382+
restore-keys: '82-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-'
383383
- name: Apply and update mtime cache
384384
if: '!(matrix.skip) && (!startsWith(github.ref, ''refs/tags/''))'
385385
uses: ./.github/mtime_cache
@@ -744,7 +744,7 @@ jobs:
744744
!./target/*/gn_root
745745
!./target/*/*.zip
746746
!./target/*/*.tar.gz
747-
key: '80-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-${{ github.sha }}'
747+
key: '82-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-${{ github.sha }}'
748748
lint:
749749
name: 'lint ${{ matrix.profile }} ${{ matrix.os }}-${{ matrix.arch }}'
750750
needs:
@@ -795,8 +795,8 @@ jobs:
795795
~/.cargo/registry/index
796796
~/.cargo/registry/cache
797797
~/.cargo/git/db
798-
key: '80-cargo-home-${{ matrix.os }}-${{ matrix.arch }}-${{ hashFiles(''Cargo.lock'') }}'
799-
restore-keys: '80-cargo-home-${{ matrix.os }}-${{ matrix.arch }}-'
798+
key: '82-cargo-home-${{ matrix.os }}-${{ matrix.arch }}-${{ hashFiles(''Cargo.lock'') }}'
799+
restore-keys: '82-cargo-home-${{ matrix.os }}-${{ matrix.arch }}-'
800800
- uses: dsherret/rust-toolchain-file@v1
801801
- name: Install Deno
802802
uses: denoland/setup-deno@v2
@@ -813,7 +813,7 @@ jobs:
813813
!./target/*/*.zip
814814
!./target/*/*.tar.gz
815815
key: never_saved
816-
restore-keys: '80-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-'
816+
restore-keys: '82-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-'
817817
- name: test_format.js
818818
if: matrix.os == 'linux'
819819
run: deno run --allow-write --allow-read --allow-run --allow-net ./tools/format.js --check
@@ -833,7 +833,7 @@ jobs:
833833
!./target/*/gn_root
834834
!./target/*/*.zip
835835
!./target/*/*.tar.gz
836-
key: '80-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-${{ github.sha }}'
836+
key: '82-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-${{ github.sha }}'
837837
libs:
838838
name: build libs
839839
needs:

0 commit comments

Comments
 (0)