mirror of
https://github.com/eth-act/ere.git
synced 2026-04-03 03:00:17 -04:00
Fix CI script and remove unnecessary CI build arg (#248)
This commit is contained in:
@@ -45,9 +45,6 @@ COPY --chmod=755 scripts/sdk_installers/install_zisk_sdk.sh /tmp/install_zisk_sd
|
||||
|
||||
# Run the ZisK SDK installation script using ziskup.
|
||||
# This script installs the 'zisk' Rust toolchain and `cargo-zisk`
|
||||
#
|
||||
# If argument `CI` is set, we only install verifying key, this is used by GitHub
|
||||
# CI runner which only has small disk space (proving key requires ~27 GB).
|
||||
RUN /tmp/install_zisk_sdk.sh && \
|
||||
rm /tmp/install_zisk_sdk.sh && \
|
||||
# Remove the merkle tree of proving key to reduce docker image size (~20 GB).
|
||||
|
||||
Reference in New Issue
Block a user