Skip to content

Commit

Permalink
fix(mozilla/sccache): follow up changes of sccache v0.6.0 (#16749)
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Oct 27, 2023
1 parent 4fb5597 commit 2b01280
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pkgs/mozilla/sccache/pkg.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
packages:
- name: mozilla/sccache@v0.5.4
- name: mozilla/sccache@v0.6.0
- name: mozilla/sccache
version: v0.5.2
- name: mozilla/sccache
Expand Down
18 changes: 16 additions & 2 deletions pkgs/mozilla/sccache/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,20 @@ packages:
windows: pc-windows-msvc
supported_envs:
- darwin
- linux
- amd64
checksum:
type: github_release
asset: "{{.Asset}}.sha256"
algorithm: sha256
version_constraint: semver(">= 0.5.2")
version_constraint: semver(">= 0.6.0")
# > aarch64-unknown-linux-musl was disabled
# https://github.com/mozilla/sccache/pull/1917
version_overrides:
- version_constraint: semver(">= 0.5.2")
supported_envs:
- darwin
- linux
- amd64
- version_constraint: semver(">= 0.5.1")
overrides:
- goos: darwin
Expand All @@ -42,6 +48,10 @@ packages:
- darwin
- amd64
- version_constraint: semver(">= 0.4.0-pre.2")
supported_envs:
- darwin
- linux
- amd64
- version_constraint: semver(">= 0.3.3")
overrides:
- goos: darwin
Expand All @@ -56,6 +66,10 @@ packages:
- darwin
- amd64
- version_constraint: semver(">= 0.2.14")
supported_envs:
- darwin
- linux
- amd64
overrides:
- goos: windows
replacements:
Expand Down
18 changes: 16 additions & 2 deletions registry.yaml

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

0 comments on commit 2b01280

Please sign in to comment.