mirror of
https://github.com/logos-blockchain/logos-blockchain-rust-rapidsnark.git
synced 2026-06-07 19:59:33 +00:00
ci: build linux-arm64 PIC archives too (native ubuntu-22.04-arm runner)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
632ef6f643
commit
7afda1c36b
7
.github/workflows/build-pic-archives.yml
vendored
7
.github/workflows/build-pic-archives.yml
vendored
@ -33,10 +33,15 @@ jobs:
|
||||
matrix:
|
||||
include:
|
||||
- arch: x86_64
|
||||
runner: ubuntu-latest
|
||||
slug: rapidsnark-linux-x86_64-pic
|
||||
- arch: arm64
|
||||
runner: ubuntu-22.04-arm
|
||||
slug: rapidsnark-linux-arm64-pic
|
||||
runs-on: ${{ matrix.runner }}
|
||||
# Build inside a glibc-2.35 image so the archives stay compatible with older
|
||||
# glibc hosts (avoids the __isoc23_* / newer-GLIBCXX symbol requirements).
|
||||
runs-on: ubuntu-latest
|
||||
# The ubuntu:22.04 image resolves to the runner's architecture automatically.
|
||||
container: ubuntu:22.04
|
||||
steps:
|
||||
- name: Install build dependencies
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user