Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
toolchain: update to nightly-2021-03-25
Browse files Browse the repository at this point in the history
Signed-off-by: Fintan Halpenny <[email protected]>
  • Loading branch information
FintanH committed May 13, 2021
1 parent c53177d commit 9e226eb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
10 changes: 4 additions & 6 deletions .buildkite/docker/rust/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ RUN set -eux; \
apt-get update; \
apt-get install -y --no-install-recommends \
ca-certificates \
clang \
curl \
gcc \
git \
jq \
libc6-dev \
libssl-dev \
make \
Expand All @@ -20,16 +18,16 @@ RUN set -eux; \

# Rust toolchain
# Make sure this is in sync with rust-toolchain!
ENV RUST_VERSION=nightly-2020-10-05 \
ENV RUST_VERSION=nightly-2021-03-25 \
CARGO_HOME=/usr/local/cargo \
PATH=/usr/local/cargo/bin:$PATH \
RUSTUP_HOME=/usr/local/rustup \
RUSTUP_VERSION=1.21.1 \
RUSTUP_SHA256=ad1f8b5199b3b9e231472ed7aa08d2e5d1d539198a15c5b1e53c746aad81d27b
RUSTUP_VERSION=1.23.1 \
RUSTUP_SHA512=bb28e24b47fb017ee5377c8064296595f3aed9753e1412666220cee33c1b6c99b73fa141a38679a6f1528f97b2b17d453a915962c63f4bde103329358ed53c16

RUN set -eux; \
curl -LOf "https://static.rust-lang.org/rustup/archive/${RUSTUP_VERSION}/x86_64-unknown-linux-gnu/rustup-init"; \
echo "${RUSTUP_SHA256} *rustup-init" | sha256sum -c -; \
echo "${RUSTUP_SHA512} *rustup-init" | sha512sum -c -; \
chmod +x rustup-init; \
./rustup-init -y --no-modify-path --profile minimal --default-toolchain $RUST_VERSION; \
rm rustup-init; \
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
env:
DOCKER_IMAGE: "gcr.io/opensourcecoin/radicle-surf-build@sha256:f28bc246b89e5e93fe02d8cc1287f0348ae2ed37d4ed905d16e95d724c10b630"
DOCKER_IMAGE: "gcr.io/opensourcecoin/radicle-surf-build@sha256:0b46adec76130f9fb2feab221d87f793f565a65b2b171f0dbd546e4320a6475c"
DOCKER_FILE: .buildkite/docker/rust/Dockerfile

steps:
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2020-10-05
nightly-2021-03-25

0 comments on commit 9e226eb

Please sign in to comment.