pypa / manylinux

Python wheels that work on any linux (almost)
MIT License
1.42k stars 217 forks source link

Can we upgrade gcc 11.x in manylinux2014? #1551

Closed ratan-prasad closed 9 months ago

ratan-prasad commented 9 months ago

Can we install gcc 11.x in manylinux2014, will it break/violate manylinux2014 rules? Do you foresee any issue in such upgrade of gcc version? Do I need to take care of anything else in this case?

mayeut commented 9 months ago

Duplicates https://github.com/pypa/manylinux/issues/1266 / https://github.com/pypa/manylinux/pull/1269 However it seems that the toolset is now available for aarch64 so I might give this another go.

mayeut commented 9 months ago

However it seems that the toolset is now available for aarch64 so I might give this another go.

I was mistaken , closing as duplicate of #1266