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

Relax GCC pinning (using GCC newer than 10) #37

Closed
jakirkham opened this issue Jul 18, 2024 · 0 comments · Fixed by #39
Closed

Relax GCC pinning (using GCC newer than 10) #37

jakirkham opened this issue Jul 18, 2024 · 0 comments · Fixed by #39

Comments

@jakirkham
Copy link

Currently on Linux, GCC is pinned to 10

c_compiler_version: # [linux]
- 10 # [linux64 or aarch64]
- 10 # [linux64 or aarch64]
cxx_compiler_version: # [linux]
- 10 # [linux64 or aarch64]
- 10 # [linux64 or aarch64]

Given all the changes that have happened here recently, it would be good to check if this pin is still needed or if it can be dropped

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 a pull request may close this issue.

1 participant