Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] add gcc 11.4 to settings #14864

Closed
1 task done
SimplyLiz opened this issue Oct 3, 2023 · 2 comments
Closed
1 task done

[feature] add gcc 11.4 to settings #14864

SimplyLiz opened this issue Oct 3, 2023 · 2 comments
Assignees

Comments

@SimplyLiz
Copy link

What is your suggestion?

On Ubuntu 22.04, the default version of gcc is 11.4.
But this is missing in the latest conan 1.x (1.61.0) settings.yml
Highest supported version is 11.3

Please add it.

Also, what's the best way to add it manually? is there a conan command for it, or do i have to change the settings.yml and roll it out to all my build agents?

Have you read the CONTRIBUTING guide?

  • I've read the CONTRIBUTING guide
@AbrilRBS
Copy link
Member

AbrilRBS commented Oct 3, 2023

Hi @SimplyLiz thanks a lot for your request - I've now submitted a new PR for Conan 1 to allow for the missing gcc versions to be released in 1.62

Note that as time goes on and Conan 1 gets progressively phased out in favour of Conan 2, there will be a longer and longer time in between such releases, answering your question of:

Also, what's the best way to add it manually? is there a conan command for it, or do i have to change the settings.yml and roll it out to all my build agents?

The best recommended way is to maintain your copy of a modified settings.yml file yes, and maybe use something like conan config install to deploy it to your agents

Once you're ready to move over to Conan v2, there's the settings_user.yml feature to allow customization of the settings without risk of overwriting on an update :)

@AbrilRBS
Copy link
Member

Closed in #14865 to be released in 1.62

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

No branches or pull requests

2 participants