Skip to content

Conversation

@wdconinc
Copy link
Contributor

Briefly, what does this PR introduce?

This PR removes the '%clang' requirement from multiple packages in the YAML configuration. The requirement was added some while back when the version of gcc was too old to compile ACTS (and other programs that include ACTS).

What kind of change does this PR introduce?

  • Bug fix (issue: technical debt)
  • New feature (issue #__)
  • Documentation update
  • Other: __

Copilot AI review requested due to automatic review settings November 19, 2025 02:06
Copilot finished reviewing on behalf of wdconinc November 19, 2025 02:51
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR removes the '%clang' compiler requirement from three packages (acts, eicrecon, and juggler) that previously needed clang due to older gcc versions being unable to compile them. With modern gcc versions now capable of compiling these packages, they can revert to using the global '%gcc' compiler requirement.

Key changes:

  • Removed package-specific clang compiler overrides for acts, eicrecon, and juggler
  • These packages will now use the global gcc compiler requirement instead

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@wdconinc wdconinc requested a review from veprbl November 19, 2025 21:16
@wdconinc wdconinc force-pushed the wdconinc-patch-4 branch 2 times, most recently from a16780d to d1d8965 Compare November 21, 2025 03:56
@wdconinc wdconinc enabled auto-merge (squash) November 21, 2025 03:57
This was referenced Nov 23, 2025
Removed '%clang' requirement from multiple packages in the YAML configuration.
@wdconinc wdconinc disabled auto-merge November 24, 2025 02:18
@wdconinc wdconinc merged commit 0b48e10 into master Nov 24, 2025
10 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants