Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion base/comps/components-full.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6473,7 +6473,6 @@
[components.'rust-streebog0.9']
[components.rust-streebog]
[components.rust-strength_reduce]
[components.'rust-string_cache0.8']
[components.rust-string_cache]
[components.rust-string_cache_codegen]
[components.rust-stringprep]
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[components.'rust-string_cache0.8']
# Pin to the f43 commit used to build the current Fedora 43 package.
Copy link

Copilot AI Mar 31, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When pinning to a specific Fedora dist-git commit, please include a direct reference URL to the commit (and branch) in the comment block (e.g., the pattern used in base/comps/golang/golang.comp.toml). This makes it easy to audit/refresh the pin later and confirm it matches the intended f43 build input.

Suggested change
# Pin to the f43 commit used to build the current Fedora 43 package.
# Pin to the f43 commit used to build the current Fedora 43 package.
# Fedora dist-git commit (f43): https://src.fedoraproject.org/rpms/rust-string_cache/c/0823d01a166f380d91468ed92c16bc57ad04398b?branch=f43

Copilot uses AI. Check for mistakes.
# TODO: Drop this override once the default Fedora 43 snapshot
# in distro/azurelinux.distro.toml advances past this commit.
spec = { type = "upstream", upstream-name = "rust-string_cache", upstream-distro = { name = "fedora", version = "43" }, upstream-commit = "0823d01a166f380d91468ed92c16bc57ad04398b" }
Loading