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 @@ -5945,7 +5945,6 @@
[components.rust-mime_guess]
[components.rust-minijinja]
[components.rust-minimal-lexical]
[components.'rust-miniz_oxide0.8']
[components.rust-miniz_oxide]
[components.rust-mint]
[components.'rust-mio0.8']
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[components.'rust-miniz_oxide0.8']
# Pin to the f43 commit used to build the current Fedora 43 package.
# TODO: Drop this override once the default Fedora 43 snapshot
# in distro/azurelinux.distro.toml advances past this commit.
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.

The pin comments should include a full reference URL to the external source for the pinned commit (per comp-toml.instructions.md “References”). Please add a Fedora dist-git commit link (e.g., https://src.fedoraproject.org/rpms/rust-miniz_oxide/c/6ff8fbdccbe6b185546f42a70fd93664c3976899?branch=f43) so future updates can easily validate/remove this override.

Suggested change
# in distro/azurelinux.distro.toml advances past this commit.
# in distro/azurelinux.distro.toml advances past this commit.
# Fedora dist-git reference: https://src.fedoraproject.org/rpms/rust-miniz_oxide/c/6ff8fbdccbe6b185546f42a70fd93664c3976899?branch=f43

Copilot uses AI. Check for mistakes.
spec = { type = "upstream", upstream-name = "rust-miniz_oxide", upstream-distro = { name = "fedora", version = "43" }, upstream-commit = "6ff8fbdccbe6b185546f42a70fd93664c3976899" }
Loading