mirror of
https://github.com/eth-act/ere.git
synced 2026-04-03 03:00:17 -04:00
risc0: Guest program compilation with stock rust compiler. (#114)
This commit is contained in:
@@ -38,6 +38,9 @@ ENV RISC0_VERSION="3.0.1" \
|
||||
RISC0_CPP_VERSION="2024.1.5" \
|
||||
RISC0_RUST_VERSION="1.88.0"
|
||||
|
||||
# Add `rust-src` component to enable std build for nightly rust.
|
||||
RUN rustup +nightly component add rust-src
|
||||
|
||||
# Run the Risc0 SDK installation script
|
||||
# It will use the RISC0_VERSION, RISC0_CPP_VERSION and RISC0_RUST_VERSION defined above.
|
||||
RUN /tmp/install_risc0_sdk.sh && rm /tmp/install_risc0_sdk.sh
|
||||
|
||||
Reference in New Issue
Block a user