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 @@ -6401,7 +6401,6 @@
[components.rust-serial_test]
[components.rust-serial_test_derive2]
[components.rust-serial_test_derive]
[components.'rust-servo_arc0.3']
[components.rust-servo_arc]
[components.rust-sev]
[components.rust-sevctl]
Expand Down
5 changes: 5 additions & 0 deletions base/comps/rust-servo_arc0.3/rust-servo_arc0.3.comp.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[components.'rust-servo_arc0.3']
# 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 comment should include a full reference URL to the Fedora dist-git commit being pinned (for traceability and future cleanup), consistent with the repo’s comp-toml references guidance and existing examples (e.g., base/comps/golang/golang.comp.toml includes a “Fedora commit:” link). Consider adding a “Fedora commit: https://src.fedoraproject.org/rpms/rust-servo_arc/c/baeff0cac3a538d99181420a129a2fec49033ec6?branch=f43” line above the spec pin.

Suggested change
# in distro/azurelinux.distro.toml advances past this commit.
# in distro/azurelinux.distro.toml advances past this commit.
# Fedora commit: https://src.fedoraproject.org/rpms/rust-servo_arc/c/baeff0cac3a538d99181420a129a2fec49033ec6?branch=f43

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