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

Build aarch64 musl wheel on GitHub Action #422

Merged
merged 1 commit into from
Feb 17, 2021

Conversation

@messense
Copy link
Member Author

Tested on python:3.9 docker container.

root@390a38d3babc:/io# pip install maturin-0.9.1-py3-none-manylinux2014_aarch64.whl
Processing ./maturin-0.9.1-py3-none-manylinux2014_aarch64.whl
Requirement already satisfied: toml~=0.10.0 in /usr/local/lib/python3.9/site-packages (from maturin==0.9.1) (0.10.2)
Installing collected packages: maturin
Successfully installed maturin-0.9.1
root@390a38d3babc:/io# maturin --help
maturin 0.9.1
Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages

USAGE:
    maturin <SUBCOMMAND>

FLAGS:
    -h, --help
            Prints help information

    -V, --version
            Prints version information


SUBCOMMANDS:
    build          Build the crate into python packages
    develop        Installs the crate as module in the current virtualenv
    help           Prints this message or the help of the given subcommand(s)
    list-python    Searches and lists the available python installations
    publish        Build and publish the crate as python packages to pypi
    sdist          Build only a source distribution (sdist) without compiling
root@390a38d3babc:/io# file `which maturin`
/usr/local/bin/maturin: ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), statically linked, with debug_info, not stripped
root@390a38d3babc:/io# uname -a
Linux 390a38d3babc 4.19.121-linuxkit #1 SMP PREEMPT Thu Jan 21 15:45:22 UTC 2021 aarch64 GNU/Linux

@messense messense requested a review from konstin February 17, 2021 04:19
@konstin
Copy link
Member

konstin commented Feb 17, 2021

Thank you, this finally removes all the drone ci problems 🎉

@konstin konstin merged commit 47e8518 into PyO3:master Feb 17, 2021
@messense messense deleted the aarch64-musl-wheel branch February 17, 2021 10:05
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.

2 participants