Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(mozilla/sccache): follow up changes of sccache v0.6.0 #16749

Merged
merged 1 commit into from
Oct 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.