Compare commits

..

1 Commits

Author SHA1 Message Date
Will Jones
181f8e1ebf try manylinux again 2023-05-24 21:27:59 -07:00

View File

@@ -133,9 +133,10 @@ jobs:
- container: quay.io/pypa/manylinux2014_x86_64
arch: x86_64
protoc_arch: x86_64
- container: quay.io/pypa/manylinux2014_aarch64
arch: aarch64
protoc_arch: aarch_64
# TODO: find a way to build aarch64 on GA
# - container: quay.io/pypa/manylinux2014_aarch64
# arch: aarch64
# protoc_arch: aarch_64
container:
image: ${{ matrix.settings.container }}
options: --platform linux/amd64
@@ -154,11 +155,10 @@ jobs:
PB_VERSION=23.1
curl -LO $PB_REL/download/v$PB_VERSION/protoc-$PB_VERSION-linux-${{ matrix.settings.protoc_arch }}.zip
unzip protoc-$PB_VERSION-linux-${{ matrix.settings.protoc_arch }}.zip -d /usr/local
- name: Install Node
run: |
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
source "$HOME"/.nvm/nvm.sh
nvm install 17 # latest that supports glibc 2.17
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 17 # Last that support glibc 2.17
- name: Setup Rust
run: |
curl https://sh.rustup.rs -sSf | bash -s -- -y