Lock down the compiler and version for the lifetime of a Python release? #8
Unanswered
brettcannon
asked this question in
General
Replies: 2 comments
-
PBS historically adopted the latest LLVM. There have been minimal issues with this. You do need a CI check to verify library dependencies and symbol references don't change just in case. PBS has this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I don't think there's much of a reason to lock this down. Manylinux had to build their own compiler in the alma images IIRC, but other than that I think it is fine (+1 to checking the library dependencies and symbols like PBS does). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm not aware of a reason to restrict ourselves to a specific compiler and version, but I'm sure @pablogsal will tell me how I'm being naive about this.
Beta Was this translation helpful? Give feedback.
All reactions