mirror of
https://github.com/eth-act/ere.git
synced 2026-04-25 03:00:10 -04:00
openvm: Guest program compilation with stock rust compiler. (#115)
This commit is contained in:
@@ -9,6 +9,9 @@ FROM ${BASE_IMAGE_TAG}
|
||||
COPY scripts/sdk_installers/install_openvm_sdk.sh /tmp/install_openvm_sdk.sh
|
||||
RUN chmod +x /tmp/install_openvm_sdk.sh
|
||||
|
||||
# Add `rust-src` component to enable std build for nightly rust.
|
||||
RUN rustup +nightly component add rust-src
|
||||
|
||||
# Run the OpenVM SDK installation script.
|
||||
# This script installs a specific toolchain
|
||||
# and installs cargo-openvm.
|
||||
|
||||
Reference in New Issue
Block a user