try to get around ftp downtime

This commit is contained in:
David Rusu 2025-11-04 14:00:17 +04:00
parent f3cea470e2
commit ed5b436687

View File

@ -190,6 +190,14 @@ jobs:
path: rapidsnark/depends/gmp-6.2.1.tar.xz
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
working-directory: rapidsnark
run: |
@ -436,6 +444,15 @@ jobs:
path: rapidsnark/depends/gmp-6.2.1.tar.xz
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
shell: msys2 {0}
working-directory: rapidsnark
@ -640,6 +657,14 @@ jobs:
path: rapidsnark/depends/gmp-6.2.1.tar.xz
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
working-directory: rapidsnark
run: |