Skip to content

[WIP] Remove hardcoding of gcc-13 for flexibility#2771

Closed
Copilot wants to merge 1 commit intomainfrom
copilot/remove-gcc-13-hardcoding
Closed

[WIP] Remove hardcoding of gcc-13 for flexibility#2771
Copilot wants to merge 1 commit intomainfrom
copilot/remove-gcc-13-hardcoding

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Dec 16, 2025

Thanks for assigning this issue to me. I'm starting to work on it and will keep this PR's description up to date as I form a plan and make progress.

Original prompt

This section details on the original issue you should resolve

<issue_title>don't hardcode gcc-13</issue_title>
<issue_description>As I understand it, this was done because support for the c++23 standard is required. If there is a more recent system GCC (or perhaps also clang?) available though, the recipes should probably just use that. The fact that gcc-13 is hardcoded in a bunch of places makes it hard to override in favor of the system GCC. In the end, I ended up creating wrapper scripts called gcc-13 and g++-13 inside ironenv/bin that simply call the system GCC as a workaround and I confirmed that GCC 15 worked just as well.</issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@fifield fifield closed this Dec 16, 2025
Copilot AI requested a review from fifield December 16, 2025 18:09
@fifield fifield deleted the copilot/remove-gcc-13-hardcoding branch December 16, 2025 19:09
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.

don't hardcode gcc-13

2 participants