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 glibc Linux images are currently based on Debian bullseye, which ships CMake 3.18.4. This will be problematic once Julia upgrades to LLVM 20, which requires CMake 3.20, as noticed in JuliaLang/julia#57658.
This was worked around before by running the upgrade_cmake.sh script during build, JuliaCI/julia-buildkite#370, but that seems like a hack, and isn't feasible on PkgEval. Instead, we should upgrade the images to Debian bookworm instead, which has been out for close to 2 years now.
The glibc Linux images are currently based on Debian bullseye, which ships CMake 3.18.4. This will be problematic once Julia upgrades to LLVM 20, which requires CMake 3.20, as noticed in JuliaLang/julia#57658.
This was worked around before by running the
upgrade_cmake.sh
script during build, JuliaCI/julia-buildkite#370, but that seems like a hack, and isn't feasible on PkgEval. Instead, we should upgrade the images to Debian bookworm instead, which has been out for close to 2 years now.x-ref #222
The text was updated successfully, but these errors were encountered: