mirror of
https://github.com/eth-act/ere.git
synced 2026-04-03 03:00:17 -04:00
zisk docker image rebuild (#133)
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
This commit is contained in:
@@ -52,7 +52,7 @@ RUN chmod +x /tmp/install_zisk_sdk.sh
|
||||
# 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
|
||||
# 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 if [ -n "$CI" ]; then export SETUP_KEY=verify; fi && \
|
||||
/tmp/install_zisk_sdk.sh && \
|
||||
|
||||
Reference in New Issue
Block a user