Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 6 additions & 11 deletions .github/workflows/pr-main_l2_prover.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,12 @@ jobs:
if: matrix.backend == 'zisk'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_RUNNER: 1
uses: nick-fields/retry@v3
with:
max_attempts: 3
retry_wait_seconds: 0
timeout_minutes: 15
command: |
sudo apt-get update
sudo apt-get install -y xz-utils jq curl build-essential qemu-system libomp-dev libgmp-dev nlohmann-json3-dev protobuf-compiler uuid-dev libgrpc++-dev libsecp256k1-dev libsodium-dev libpqxx-dev nasm libopenmpi-dev openmpi-bin openmpi-common libclang-dev clang gcc-riscv64-unknown-elf
curl https://raw.githubusercontent.com/0xPolygonHermez/zisk/main/ziskup/install.sh | bash
echo "$HOME/.zisk/bin" >> $GITHUB_PATH
SETUP_KEY: none
run: |
sudo apt-get update
sudo apt-get install -y xz-utils jq curl build-essential qemu-system libomp-dev libgmp-dev nlohmann-json3-dev protobuf-compiler uuid-dev libgrpc++-dev libsecp256k1-dev libsodium-dev libpqxx-dev nasm libopenmpi-dev openmpi-bin openmpi-common libclang-dev clang gcc-riscv64-unknown-elf
curl https://raw.githubusercontent.com/0xPolygonHermez/zisk/main/ziskup/install.sh | bash
echo "$HOME/.zisk/bin" >> $GITHUB_PATH

- name: Check ${{ matrix.backend }} backend
run: |
Expand Down
18 changes: 6 additions & 12 deletions .github/workflows/tag_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,19 +189,13 @@ jobs:
- name: Install ZisK
if: ${{ matrix.zkvm == 'zisk' }}
env:
SHELL: /bin/bash
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_RUNNER: 1
uses: nick-fields/retry@v3
with:
max_attempts: 3
retry_wait_seconds: 0
timeout_minutes: 15
command: |
sudo apt-get update
sudo apt-get install -y xz-utils jq curl build-essential qemu-system libomp-dev libgmp-dev nlohmann-json3-dev protobuf-compiler uuid-dev libgrpc++-dev libsecp256k1-dev libsodium-dev libpqxx-dev nasm libopenmpi-dev openmpi-bin openmpi-common libclang-dev clang gcc-riscv64-unknown-elf
curl https://raw.githubusercontent.com/0xPolygonHermez/zisk/main/ziskup/install.sh | bash
echo "$HOME/.zisk/bin" >> $GITHUB_PATH
SETUP_KEY: none
run: |
sudo apt-get update
sudo apt-get install -y xz-utils jq curl build-essential qemu-system libomp-dev libgmp-dev nlohmann-json3-dev protobuf-compiler uuid-dev libgrpc++-dev libsecp256k1-dev libsodium-dev libpqxx-dev nasm libopenmpi-dev openmpi-bin openmpi-common libclang-dev clang gcc-riscv64-unknown-elf
curl https://raw.githubusercontent.com/0xPolygonHermez/zisk/main/ziskup/install.sh | bash
echo "$HOME/.zisk/bin" >> $GITHUB_PATH

- name: Build ethrex elf - ${{ matrix.zkvm }}
run: |
Expand Down