Skip to content

Commit

Permalink
Pin Rust nightly to 2023-01-24
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Jan 24, 2023
1 parent c2b9b03 commit b7c89eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM docker.io/emscripten/emsdk:3.1.30
# Path settings
ENV \
RUSTUP_HOME="/usr/local/rustup" \
PATH="/usr/local/rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin:$EMSDK/upstream/emscripten:$EMSDK/upstream/bin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PATH="/usr/local/rustup/toolchains/nightly-2023-01-24-x86_64-unknown-linux-gnu/bin:$EMSDK/upstream/emscripten:$EMSDK/upstream/bin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"

# Cache settings
ENV \
Expand Down Expand Up @@ -35,7 +35,7 @@ RUN \
--no-modify-path \
--profile minimal \
--target wasm32-unknown-emscripten \
--default-toolchain nightly \
--default-toolchain nightly-2023-01-24 \
--component rust-src \
&& \
# https://github.com/mesonbuild/meson/pull/10969
Expand Down

0 comments on commit b7c89eb

Please sign in to comment.