mirror of
https://github.com/logos-blockchain/logos-blockchain-circuits.git
synced 2026-01-29 10:23:10 +00:00
rename arm64 to aarch64
This commit is contained in:
parent
7ebee1bf89
commit
b79e0ff754
2
.github/resources/prover/Makefile
vendored
2
.github/resources/prover/Makefile
vendored
@ -23,7 +23,7 @@ host_linux_x86_64_static:
|
||||
-DCMAKE_PREFIX_PATH=depends/gmp/package && \
|
||||
make -j$(nproc) -vvv && make install
|
||||
|
||||
host_linux_arm64_static:
|
||||
host_linux_aarch64_static:
|
||||
rm -rf build_prover && mkdir build_prover && cd build_prover && \
|
||||
cmake .. \
|
||||
-DTARGET_PLATFORM=aarch64 \
|
||||
|
||||
8
.github/workflows/build-circuits.yml
vendored
8
.github/workflows/build-circuits.yml
vendored
@ -377,8 +377,8 @@ jobs:
|
||||
name: logos-blockchain-circuits-${{ env.VERSION }}-${{ env.OS }}-${{ env.ARCH }}.tar.gz
|
||||
path: logos-blockchain-circuits-${{ env.VERSION }}-${{ env.OS }}-${{ env.ARCH }}.tar.gz
|
||||
|
||||
build-linux-arm64:
|
||||
name: Build Linux ARM64 Binaries (Native for RPI5)
|
||||
build-linux-aarch64:
|
||||
name: Build Linux aarch64 Binaries (Native for RPI5)
|
||||
runs-on: ubuntu-22.04-arm
|
||||
needs:
|
||||
- setup
|
||||
@ -442,7 +442,7 @@ jobs:
|
||||
./build_gmp.sh host
|
||||
# Create symlink for TARGET_PLATFORM=aarch64 to find GMP
|
||||
ln -s package depends/gmp/package_aarch64
|
||||
make host_linux_arm64_static
|
||||
make host_linux_aarch64_static
|
||||
|
||||
- name: Bundle Rapidsnark Prover
|
||||
env:
|
||||
@ -1131,7 +1131,7 @@ jobs:
|
||||
- setup
|
||||
- generate-proving-keys
|
||||
- build-linux
|
||||
- build-linux-arm64
|
||||
- build-linux-aarch64
|
||||
- build-windows
|
||||
- build-macos
|
||||
env:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user