You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install gcc-toolset-11 from pre-built source instead of RPM (#7882)
AlmaLinux 8's gcc-toolset-11 RPM only provides GCC 11.2.1, but PyTorch
requires >= 11.3. Switch to downloading a pre-built GCC 11.4.0 tarball
from S3 (built by the build-gcc.yml workflow) that installs into
/opt/rh/gcc-toolset-11/ as a drop-in replacement.
There is also a small tweak in ldconfig for clang. We only need this for
the newer clang 18.
---------
Signed-off-by: Huy Do <huydhn@gmail.com>
0 commit comments