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

Let aarch64 build use the same manylinux_2_28 version as default #84

Merged
merged 1 commit into from
Aug 11, 2024

Conversation

achimnol
Copy link
Contributor

@achimnol achimnol commented Aug 11, 2024

This PR resolves #83 and is a follow-up to #81 as well as preparation for python/mypy#9688.

Since CentOS 7 becomes EOL and its llvm-toolset for aarch64 is no longer available in the vault repository (see https://vault.centos.org/centos/7/sclo/), let's use the same manylinux_2_28 based on Alma Linux by default for aarch64 as well as x86_64.

To keep using manylinux2014 (CentOS 7), we could try changing the [tool.cibuildwheel].linux.before-all to say yum install -y clang gcc instead of yum install -y llvm-toolset as the manylinux2014 image has been patched to support past-EOL vault repositories for individual packages.

Reference:

- Since CentOS 7 becomes EOL and its `llvm-toolset` for aarch64 is no
  longer available in the vault repository, let's build it by default
  on the same manylinux_2_28 based on Alma Linux.
@hauntsaninja hauntsaninja merged commit d260cf1 into mypyc:master Aug 11, 2024
29 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.

Linux aarch64 build failing due to missing aarch64 llvm-toolset package after CentOS 7 EOL
2 participants