Skip to content

Conversation

@xqft
Copy link
Contributor

@xqft xqft commented Nov 26, 2025

Motivation

Sometimes GitHub runners are slow to download from Google Cloud Storage, which is the case for the ZisK toolchain install. This downloads a proving key (big file) from GCS. This file is actually not necessary unless we want to generate a proof in a CI workflow.

Setting the SETUP_KEY env var should skip downloading this file.

@github-actions github-actions bot added the L2 Rollup client label Nov 26, 2025
@xqft xqft marked this pull request as ready for review November 26, 2025 18:57
@xqft xqft requested a review from a team as a code owner November 26, 2025 18:57
Copilot AI review requested due to automatic review settings November 26, 2025 18:57
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes slow ZisK installation issues in GitHub Actions workflows by skipping the download of large proving key files from Google Cloud Storage. The proving keys are not needed for building and linting, only for actual proof generation.

  • Adds SETUP_KEY: none environment variable to skip proving key download
  • Removes retry mechanism that was working around slow GCS downloads
  • Simplifies workflow configuration by using direct run: commands

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/tag_release.yaml Updated ZisK installation step to skip proving key download, removed retry mechanism and unnecessary environment variables
.github/workflows/pr-main_l2_prover.yaml Applied same ZisK installation optimization to skip proving key download and remove retry mechanism

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@xqft xqft enabled auto-merge November 26, 2025 19:03
@xqft xqft added this pull request to the merge queue Nov 26, 2025
Merged via the queue into main with commit 44b34c8 Nov 26, 2025
42 checks passed
@xqft xqft deleted the fix_zisk_install branch November 26, 2025 19:39
github-merge-queue bot pushed a commit to lambdaclass/ethrex-replay that referenced this pull request Nov 27, 2025
based on github.com/lambdaclass/ethrex/pull/5430

also pinned zisk version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

L2 Rollup client

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants