Skip to content

Commit

Permalink
Update rust in CI
Browse files Browse the repository at this point in the history
Signed-off-by: safinsaf <safinsaft@gmail.com>
  • Loading branch information
safinsaf authored and iceseer committed Nov 28, 2022
1 parent 8dd064f commit 492ec2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion housekeeping/docker/kagome-dev/minideb.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ RUN curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /
rm -rf /var/lib/apt/lists/*

# install rustc
ENV RUST_VERSION=nightly-2021-10-04
ENV RUST_VERSION=nightly-2022-11-20
ENV RUSTUP_HOME=/root/.rustup
ENV CARGO_HOME=/root/.cargo
ENV PATH="${CARGO_HOME}/bin:${PATH}"
Expand Down
2 changes: 1 addition & 1 deletion housekeeping/macos/dependency.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ pip3 install --user pyyaml
sudo python3 -m pip install --upgrade pip
sudo python3 -m pip install scikit-build
sudo python3 -m pip install cmake requests gitpython gcovr
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly-2020-09-24 --profile minimal
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly-2022-11-20 --profile minimal

brew install llvm@11

0 comments on commit 492ec2a

Please sign in to comment.