Skip to content

Commit

Permalink
fix: keep rust in v1.64.0
Browse files Browse the repository at this point in the history
  • Loading branch information
futuretech6 committed Nov 9, 2022
1 parent ad02273 commit 14a14e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
USER rustle
WORKDIR /home/rustle

RUN curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain stable
RUN curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.64.0
# RUN echo 'source /home/rustle/.cargo/env' >> /home/rustle/.bashrc

ENV PATH="/home/rustle/.cargo/bin:/home/rustle/.local/bin:$PATH"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Install the required toolkits with the following commands for **Rustle**. Comman
```bash
# install Rust Toolchain
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
rustup default 1.64.0 # we are still working on supporting v1.65.0

# install LLVM 15
sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)" 15
Expand Down

0 comments on commit 14a14e6

Please sign in to comment.