Browse Source

try AArch64 wheels (#78)

* try AArch64 wheels

* Update build.sh

* Update build.sh
master
Ofek Lev 3 years ago
committed by GitHub
parent
commit
f84f4626e6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/scripts/build-linux-wheels.sh
  2. 4
      .github/scripts/build.sh
  3. 2
      .github/workflows/build.yml
  4. 4
      README.rst

2
.github/scripts/build-linux-wheels.sh

@ -14,7 +14,7 @@ mkdir out
python_version="$PYTHON_VERSION"
if [[ "$python_version" =~ "pypy" ]]; then
python_version="pypy_73"
python_version="pp36-pypy36_pp73|pp37-pypy37_pp73"
else
python_version=${python_version/./}
python_version="cp$python_version"

4
.github/scripts/build.sh

@ -7,9 +7,9 @@ mkdir dist
if [[ "$OS_NAME" =~ "ubuntu-" ]]; then
if [[ "$PYTHON_VERSION" =~ "pypy" ]]; then
docker run --rm -e PYTHON_VERSION="$PYTHON_VERSION" -e PLAT="manylinux2010_x86_64" -e BUILD_GMP_CPU="amd64" -v $(pwd):/io pypywheels/manylinux2010-pypy_x86_64 /io/.github/scripts/build-linux-wheels.sh
echo "..."
# docker run --rm -e PYTHON_VERSION="$PYTHON_VERSION" -e PLAT="manylinux2010_x86_64" -e BUILD_GMP_CPU="amd64" -v $(pwd):/io pypywheels/manylinux2010-pypy_x86_64 /io/.github/scripts/build-linux-wheels.sh
else
docker run --rm -e PYTHON_VERSION="$PYTHON_VERSION" -e PLAT="manylinux2010_x86_64" -e BUILD_GMP_CPU="amd64" -v $(pwd):/io quay.io/pypa/manylinux2010_x86_64 /io/.github/scripts/build-linux-wheels.sh
docker run --rm -e PYTHON_VERSION="$PYTHON_VERSION" -e PLAT="manylinux1_x86_64" -e BUILD_GMP_CPU="amd64" -v $(pwd):/io quay.io/pypa/manylinux1_x86_64 /io/.github/scripts/build-linux-wheels.sh
linux32 docker run --rm -e PYTHON_VERSION="$PYTHON_VERSION" -e PLAT="manylinux1_i686" -e BUILD_GMP_CPU="i686" -v $(pwd):/io quay.io/pypa/manylinux1_i686 /io/.github/scripts/build-linux-wheels.sh

2
.github/workflows/main.yml → .github/workflows/build.yml

@ -1,4 +1,4 @@
name: main
name: build
on:
push:

4
README.rst

@ -1,8 +1,8 @@
Coincurve
=========
.. image:: https://github.com/ofek/coincurve/actions?query=workflow%3Amain
:target: https://github.com/ofek/coincurve/workflows/main/badge.svg
.. image:: https://github.com/ofek/coincurve/workflows/build/badge.svg
:target: https://github.com/ofek/coincurve/actions?query=workflow%3Abuild
:alt: GitHub Actions CI
.. image:: https://codecov.io/github/ofek/coincurve/coverage.svg?branch=master

Loading…
Cancel
Save