mirror of
https://github.com/arnaucube/ark-r1cs-std.git
synced 2026-01-11 08:21:30 +01:00
Update to arkworks libraries (#3)
Co-authored-by: Nicholas Ward <npward@berkeley.edu>
This commit is contained in:
13
.github/workflows/ci.yml
vendored
13
.github/workflows/ci.yml
vendored
@@ -117,14 +117,5 @@ jobs:
|
||||
|
||||
- name: r1cs-std
|
||||
run: |
|
||||
cd r1cs-std
|
||||
cargo build -p r1cs-std --no-default-features --target aarch64-unknown-none
|
||||
cargo check --examples -p r1cs-std --no-default-features --target aarch64-unknown-none
|
||||
cd ..
|
||||
|
||||
- name: crypto-primitives
|
||||
run: |
|
||||
cd crypto-primitives
|
||||
cargo build -p crypto-primitives --no-default-features --target aarch64-unknown-none
|
||||
cargo check --examples -p crypto-primitives --no-default-features --target aarch64-unknown-none
|
||||
cd ..
|
||||
cargo build --no-default-features --target aarch64-unknown-none
|
||||
cargo check --examples --no-default-features --target aarch64-unknown-none
|
||||
|
||||
Reference in New Issue
Block a user