mirror of
https://github.com/eth-act/ere.git
synced 2026-04-03 03:00:17 -04:00
pico: Guest program compilation with stock rust compiler. (#118)
Co-authored-by: kevaundray <kevtheappdev@gmail.com> Co-authored-by: Han <tinghan0110@gmail.com>
This commit is contained in:
@@ -11,6 +11,9 @@ RUN chmod +x /tmp/install_pico_sdk.sh
|
||||
|
||||
RUN rustup default nightly
|
||||
|
||||
# Add `rust-src` component to enable std build for nightly rust.
|
||||
RUN rustup +nightly component add rust-src
|
||||
|
||||
# Run the Pico SDK installation script.
|
||||
# This script installs the specific Rust toolchain (nightly-2025-08-04)
|
||||
# and installs pico-cli (as cargo-pico).
|
||||
|
||||
Reference in New Issue
Block a user