Skip to content

Commit

Permalink
Cherry-pick version bump commit with conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed May 10, 2024
1 parent 93c6046 commit f6ff56e
Show file tree
Hide file tree
Showing 32 changed files with 295 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.generate.ts
Expand Up @@ -5,7 +5,11 @@ import { stringify } from "jsr:@std/yaml@^0.221/stringify";
// Bump this number when you want to purge the cache.
// Note: the tools/release/01_bump_crate_versions.ts script will update this version
// automatically via regex, so ensure that this line maintains this format.
<<<<<<< HEAD
const cacheVersion = 88;
=======
const cacheVersion = 89;
>>>>>>> d6ad25388 (chore: fix publish by pinning rustls to 0.21.11)

const ubuntuX86Runner = "ubuntu-22.04";
const ubuntuX86XlRunner = "ubuntu-22.04-xl";
Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -366,8 +366,13 @@ jobs:
path: |-
~/.cargo/registry/index
~/.cargo/registry/cache
<<<<<<< HEAD
key: '88-cargo-home-${{ matrix.os }}-${{ matrix.arch }}-${{ hashFiles(''Cargo.lock'') }}'
restore-keys: '88-cargo-home-${{ matrix.os }}-${{ matrix.arch }}'
=======
key: '89-cargo-home-${{ matrix.os }}-${{ matrix.arch }}-${{ hashFiles(''Cargo.lock'') }}'
restore-keys: '89-cargo-home-${{ matrix.os }}-${{ matrix.arch }}'
>>>>>>> d6ad25388 (chore: fix publish by pinning rustls to 0.21.11)
if: '!(matrix.skip)'
- name: Restore cache build output (PR)
uses: actions/cache/restore@v4
Expand All @@ -379,7 +384,11 @@ jobs:
!./target/*/*.zip
!./target/*/*.tar.gz
key: never_saved
<<<<<<< HEAD
restore-keys: '88-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-'
=======
restore-keys: '89-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-'
>>>>>>> d6ad25388 (chore: fix publish by pinning rustls to 0.21.11)
- name: Apply and update mtime cache
if: '!(matrix.skip) && (!startsWith(github.ref, ''refs/tags/''))'
uses: ./.github/mtime_cache
Expand Down Expand Up @@ -668,7 +677,11 @@ jobs:
!./target/*/gn_out
!./target/*/*.zip
!./target/*/*.tar.gz
<<<<<<< HEAD
key: '88-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-${{ github.sha }}'
=======
key: '89-cargo-target-${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.profile }}-${{ matrix.job }}-${{ github.sha }}'
>>>>>>> d6ad25388 (chore: fix publish by pinning rustls to 0.21.11)
publish-canary:
name: publish canary
runs-on: ubuntu-22.04
Expand Down
114 changes: 114 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f6ff56e

Please sign in to comment.