Skip to content

Commit 1c73634

Browse files
Merge pull request #704 from denoland/main
Create a new pull request by comparing changes across two branches
2 parents 66ce483 + c8d229d commit 1c73634

File tree

112 files changed

+900
-393
lines changed

Some content is hidden

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

112 files changed

+900
-393
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 = 21;
8+
const cacheVersion = 22;
99

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

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -361,8 +361,8 @@ jobs:
361361
path: |-
362362
~/.cargo/registry/index
363363
~/.cargo/registry/cache
364-
key: '21-cargo-home-${{ matrix.os }}-${{ matrix.arch }}-${{ hashFiles(''Cargo.lock'') }}'
365-
restore-keys: '21-cargo-home-${{ matrix.os }}-${{ matrix.arch }}'
364+
key: '22-cargo-home-${{ matrix.os }}-${{ matrix.arch }}-${{ hashFiles(''Cargo.lock'') }}'
365+
restore-keys: '22-cargo-home-${{ matrix.os }}-${{ matrix.arch }}'
366366
if: '!(matrix.skip)'
367367
- name: Restore cache build output (PR)
368368
uses: actions/cache/restore@v4
@@ -375,7 +375,7 @@ jobs:
375375
!./target/*/*.zip
376376
!./target/*/*.tar.gz
377377
key: never_saved
378-
restore-keys: '21-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-'
378+
restore-keys: '22-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-'
379379
- name: Apply and update mtime cache
380380
if: '!(matrix.skip) && (!startsWith(github.ref, ''refs/tags/''))'
381381
uses: ./.github/mtime_cache
@@ -685,7 +685,7 @@ jobs:
685685
!./target/*/*.zip
686686
!./target/*/*.sha256sum
687687
!./target/*/*.tar.gz
688-
key: '21-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-${{ github.sha }}'
688+
key: '22-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-${{ github.sha }}'
689689
publish-canary:
690690
name: publish canary
691691
runs-on: ubuntu-22.04

Cargo.lock

Lines changed: 35 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)