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
The builder image previously used the distro CMake package, which left the version dependent on manylinux and yum repository state. That made the CMake backend harder to reason about across architectures.
Install the official Kitware CMake 4.3.3 binary tarball in a shared stage instead. The stage verifies the architecture-specific SHA-256 before extracting it, and both the LLVM builder and final image use the pinned CMake from /opt/cmake.
Signed-off-by: Eric Shi <ershi@nvidia.com>
0 commit comments