Skip to content
Merged
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
6 changes: 6 additions & 0 deletions base/comps/component-check-disablement.toml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,12 @@ components = [
"superlu_dist",
"trivy",
"virt-v2v",
"perl-SOAP-Lite",
"perl-XML-Catalog",
"perl-XML-DOM",
"perl-XML-Simple",
"perl-XML-Twig",
"perl-XML-XPath",
Comment on lines +172 to +177
Copy link

Copilot AI Apr 4, 2026

Choose a reason for hiding this comment

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

For readability/maintainability, these newly added perl-* components would be easier to find if they were placed alongside the existing perl/perl-POE entries (or otherwise kept in a consistent ordering within the list), rather than appended after "virt-v2v".

Suggested change
"perl-SOAP-Lite",
"perl-XML-Catalog",
"perl-XML-DOM",
"perl-XML-Simple",
"perl-XML-Twig",
"perl-XML-XPath",

Copilot uses AI. Check for mistakes.
]

[component-groups.check-skip-initial-failures.default-component-config.build]
Expand Down
Loading