diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile index ee9e800..2b1140b 100644 --- a/.gitpod.Dockerfile +++ b/.gitpod.Dockerfile @@ -33,4 +33,4 @@ RUN chmod a+x ${INSTALL_RUST_TOOLCHAIN} \ --build-target "esp32" # Install web-flash and wokwi-server RUN cargo install web-flash --git https://github.com/bjoernQ/esp-web-flash-server \ - && cargo install wokwi-server --git https://github.com/MabezDev/wokwi-server + && RUSTFLAGS="--cfg tokio_unstable" cargo install wokwi-server --git https://github.com/MabezDev/wokwi-server --locked diff --git a/Containerfile b/Containerfile index 0bb6f0c..9b5c0b7 100644 --- a/Containerfile +++ b/Containerfile @@ -40,7 +40,7 @@ RUN chmod a+x ${INSTALL_RUST_TOOLCHAIN} \ # Install web-flash and wokwi-server RUN cargo install web-flash --git https://github.com/bjoernQ/esp-web-flash-server \ - && cargo install wokwi-server --git https://github.com/MabezDev/wokwi-server + && RUSTFLAGS="--cfg tokio_unstable" cargo install wokwi-server --git https://github.com/MabezDev/wokwi-server --locked # Activate ESP environment RUN echo "source /home/${CONTAINER_USER}/export-rust.sh" >> ~/.bashrc