Skip to content

Commit 7fad543

Browse files
authored
ci(l2): disable OpenVM guests release temporarily (#5517)
**Motivation** #5509 **Description** Temporarily disable the OpenVM guest release until solved #5509.
1 parent 610df53 commit 7fad543

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/workflows/tag_release.yaml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ jobs:
160160
- sp1
161161
- risc0
162162
- zisk
163-
- openvm
164163
runs-on: ubuntu-latest
165164
steps:
166165
- name: Checkout code
@@ -198,15 +197,6 @@ jobs:
198197
curl https://raw.githubusercontent.com/0xPolygonHermez/zisk/main/ziskup/install.sh | bash
199198
echo "$HOME/.zisk/bin" >> $GITHUB_PATH
200199
201-
- name: Install OpenVM
202-
if: ${{ matrix.zkvm == 'openvm' }}
203-
env:
204-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
205-
run: |
206-
rustup install nightly-2025-02-14
207-
rustup component add rust-src --toolchain nightly-2025-02-14
208-
cargo +1.86 install --locked --git https://github.com/openvm-org/openvm.git --tag v1.4.1 cargo-openvm
209-
210200
- name: Build ethrex elf - ${{ matrix.zkvm }}
211201
run: |
212202
cargo build --release --package guest_program --features "${{ matrix.zkvm }},ci"
@@ -223,9 +213,6 @@ jobs:
223213
elif [ "${{ matrix.zkvm }}" = "zisk" ]; then
224214
mv crates/l2/prover/src/guest_program/src/${{ matrix.zkvm }}/out/riscv64ima-zisk-elf ethrex-riscv64ima-${{ matrix.zkvm }}-elf-${{ github.ref_name}}
225215
echo "ELF_ARTIFACT=ethrex-riscv64ima-${{ matrix.zkvm }}-elf-${{ github.ref_name }}" >> $GITHUB_ENV
226-
elif [ "${{ matrix.zkvm }}" = "openvm" ]; then
227-
mv crates/l2/prover/src/guest_program/src/${{ matrix.zkvm }}/out/riscv32im-openvm-elf ethrex-riscv32im-${{ matrix.zkvm }}-elf-${{ github.ref_name}}
228-
echo "ELF_ARTIFACT=ethrex-riscv32im-${{ matrix.zkvm }}-elf-${{ github.ref_name }}" >> $GITHUB_ENV
229216
fi
230217
231218
- name: Upload ethrex guest elf artifact - ${{ matrix.zkvm }}
@@ -277,12 +264,6 @@ jobs:
277264
name: ethrex-riscv64ima-zisk-elf-${{ github.ref_name }}
278265
path: ethrex_guests/zisk/
279266

280-
- name: Download OpenVM elf artifact
281-
uses: actions/download-artifact@v4
282-
with:
283-
name: ethrex-riscv32im-openvm-elf-${{ github.ref_name }}
284-
path: ethrex_guests/openvm/
285-
286267
- name: Archive ethrex guests
287268
run: |
288269
cd ethrex_guests/

0 commit comments

Comments
 (0)