mirror of
https://github.com/logos-blockchain/logos-blockchain-circuits.git
synced 2026-01-07 15:43:09 +00:00
try to get around ftp downtime
This commit is contained in:
parent
f3cea470e2
commit
ed5b436687
25
.github/workflows/build-circuits.yml
vendored
25
.github/workflows/build-circuits.yml
vendored
@ -190,6 +190,14 @@ jobs:
|
|||||||
path: rapidsnark/depends/gmp-6.2.1.tar.xz
|
path: rapidsnark/depends/gmp-6.2.1.tar.xz
|
||||||
key: gmp-6.2.1
|
key: gmp-6.2.1
|
||||||
|
|
||||||
|
- name: Download GMP Archive
|
||||||
|
if: steps.cache-gmp.outputs.cache-hit != 'true'
|
||||||
|
working-directory: rapidsnark/depends
|
||||||
|
run: |
|
||||||
|
echo "Downloading GMP archive..."
|
||||||
|
curl -L -o gmp-6.2.1.tar.xz https://ftpmirror.gnu.org/gmp/gmp-6.2.1.tar.xz
|
||||||
|
echo "Download complete."
|
||||||
|
|
||||||
- name: Compile Prover and Verifier
|
- name: Compile Prover and Verifier
|
||||||
working-directory: rapidsnark
|
working-directory: rapidsnark
|
||||||
run: |
|
run: |
|
||||||
@ -436,6 +444,15 @@ jobs:
|
|||||||
path: rapidsnark/depends/gmp-6.2.1.tar.xz
|
path: rapidsnark/depends/gmp-6.2.1.tar.xz
|
||||||
key: gmp-6.2.1
|
key: gmp-6.2.1
|
||||||
|
|
||||||
|
- name: Download GMP Archive
|
||||||
|
if: steps.cache-gmp.outputs.cache-hit != 'true'
|
||||||
|
shell: msys2 {0}
|
||||||
|
working-directory: rapidsnark/depends
|
||||||
|
run: |
|
||||||
|
echo "Downloading GMP archive..."
|
||||||
|
curl -L -o gmp-6.2.1.tar.xz https://ftpmirror.gnu.org/gmp/gmp-6.2.1.tar.xz
|
||||||
|
echo "Download complete."
|
||||||
|
|
||||||
- name: Compile Prover and Verifier
|
- name: Compile Prover and Verifier
|
||||||
shell: msys2 {0}
|
shell: msys2 {0}
|
||||||
working-directory: rapidsnark
|
working-directory: rapidsnark
|
||||||
@ -640,6 +657,14 @@ jobs:
|
|||||||
path: rapidsnark/depends/gmp-6.2.1.tar.xz
|
path: rapidsnark/depends/gmp-6.2.1.tar.xz
|
||||||
key: gmp-6.2.1
|
key: gmp-6.2.1
|
||||||
|
|
||||||
|
- name: Download GMP Archive
|
||||||
|
if: steps.cache-gmp.outputs.cache-hit != 'true'
|
||||||
|
working-directory: rapidsnark/depends
|
||||||
|
run: |
|
||||||
|
echo "Downloading GMP archive..."
|
||||||
|
curl -L -o gmp-6.2.1.tar.xz https://ftpmirror.gnu.org/gmp/gmp-6.2.1.tar.xz
|
||||||
|
echo "Download complete."
|
||||||
|
|
||||||
- name: Compile Prover and Verifier
|
- name: Compile Prover and Verifier
|
||||||
working-directory: rapidsnark
|
working-directory: rapidsnark
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user