Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[workflows] Upgrade CMake in Ubuntu AArch64 container image #208

Merged

Conversation

bryanpkc
Copy link
Collaborator

This PR cherry-picks commit fa9105e to release_18x.

CMake 3.20 suffered from a bug that caused `find_library` to malfunction
on Ubuntu when Clang prepends `$CLANG_DIR/lib/$LLVM_HOST_TARGET` to the
search path for the linkder `ld`. This patch upgrades the version of
CMake used for the AArch64 CI workflow, to match the one used for the X86
CI workflow, which also fixes the bug.

Reference: https://gitlab.kitware.com/cmake/cmake/-/issues/25136
@bryanpkc bryanpkc merged commit cc26042 into flang-compiler:release_18x Dec 23, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants