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
Some additional work in necessary to make LLVM builds installable.
Alternatives
This allows the maturin team to maintain the containers/toolkit combinations that allow a broad manylinux build possible. Alternatives are switching to a different context without using the container. This means, in either case, rewriting the justfile.
Additional context
Some of the cloud containers out there are on ABIs that are too low for manylinux_2_34. Having broader ABIs allows installing these packages in those context too.
The text was updated successfully, but these errors were encountered:
Thanks for proposing a new feature!
Motivation
The current builds (https://github.com/wasmerio/wasmer-python/actions/runs/4852776764/job/13149022773#step:18:11) are at a high ABI:
manylinux_2_34
. This is much higher than ABIs that are still supported, likemanylinux_2_17
. Switching to using an existingmaturin
container will provide a build context that already supplies Python and Rust.Proposed solution
Here is the workflow for building the api and the cranelift (as an example):
Some additional work in necessary to make LLVM builds installable.
Alternatives
This allows the
maturin
team to maintain the containers/toolkit combinations that allow a broadmanylinux
build possible. Alternatives are switching to a different context without using the container. This means, in either case, rewriting thejustfile
.Additional context
Some of the cloud containers out there are on ABIs that are too low for
manylinux_2_34
. Having broader ABIs allows installing these packages in those context too.The text was updated successfully, but these errors were encountered: