feat: add x86_64, aarch64 target

This commit is contained in:
Ya-wen, Jeng 2025-01-31 14:18:18 +08:00
parent 1117d8f07f
commit 1c67291bfb
13 changed files with 13 additions and 1 deletions

View File

@ -29,7 +29,7 @@ jobs:
- name: Check formatting
run: cargo fmt --all -- --check
test:
test-linux:
runs-on: ubuntu-latest
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
steps:
@ -41,3 +41,15 @@ jobs:
override: true
- name: Run tests
run: cargo test
test-macOS:
runs-on: macos-latest
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
steps:
- uses: actions/checkout@v4
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Run tests
run: cargo test

BIN
rapidsnark/aarch64/libfq.a Normal file

Binary file not shown.

BIN
rapidsnark/aarch64/libfr.a Normal file

Binary file not shown.

BIN
rapidsnark/aarch64/libgmp.a Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
rapidsnark/x84_64/libfq.a Normal file

Binary file not shown.

BIN
rapidsnark/x84_64/libfr.a Normal file

Binary file not shown.

BIN
rapidsnark/x84_64/libgmp.a Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.