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

clang 18 missing in default setting profile for conan 1.64.1 #16263

Open
1 task done
pgeler opened this issue May 15, 2024 · 1 comment
Open
1 task done

clang 18 missing in default setting profile for conan 1.64.1 #16263

pgeler opened this issue May 15, 2024 · 1 comment
Assignees

Comments

@pgeler
Copy link

pgeler commented May 15, 2024

What is your suggestion?

with ubuntu 24.04 default clang version is 18, just updating setting.yml

Have you read the CONTRIBUTING guide?

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

Hi @pgeler

Thanks for the feedback.

Yes, Conan 2 already has it:

clang:
        version: ["3.3", "3.4", "3.5", "3.6", "3.7", "3.8", "3.9", "4.0",
                  "5.0", "6.0", "7.0", "7.1",
                  "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18"]

Conan 1 might update the settings.yml but the truth is that releases for Conan 1 are much slower nowadays, if you need it, the best would be to add it to your settings.yml and manage it with conan config install

@pgeler pgeler changed the title clang 18 missing in default setting profile for conan 1.64.1 did not verify for conan2 clang 18 missing in default setting profile for conan 1.64.1 May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants