From a86397a65087dd2bd4f1eedfc86fef9f2df67fc1 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Fri, 14 Aug 2020 09:36:04 -0700 Subject: [PATCH] Bump rust nightly to 2020-08-17 --- ci/docker-rust-nightly/README.md | 2 +- ci/rust-version.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/docker-rust-nightly/README.md b/ci/docker-rust-nightly/README.md index 63f8c2875f..f4e7931f3d 100644 --- a/ci/docker-rust-nightly/README.md +++ b/ci/docker-rust-nightly/README.md @@ -20,7 +20,7 @@ To update the pinned version: specific YYYY-MM-DD that is desired (default is today's build). Check https://rust-lang.github.io/rustup-components-history/ for build status -1. Update `ci/rust-version.sh` to reflect the new nightly `YYY-MM-DD` +1. Update `ci/rust-version.sh` to reflect the new nightly `YYYY-MM-DD` 1. Run `SOLANA_ALLOCATE_TTY=1 SOLANA_DOCKER_RUN_NOSETUID=1 ci/docker-run.sh --nopull solanalabs/rust-nightly:YYYY-MM-DD ci/test-checks.sh` and `SOLANA_ALLOCATE_TTY=1 SOLANA_DOCKER_RUN_NOSETUID=1 ci/docker-run.sh --nopull solanalabs/rust-nightly:YYYY-MM-DD ci/test-coverage.sh [args]...` to confirm the new nightly image builds. Fix any issues as needed diff --git a/ci/rust-version.sh b/ci/rust-version.sh index 7910f4cd3c..70bbe8e3bb 100644 --- a/ci/rust-version.sh +++ b/ci/rust-version.sh @@ -24,7 +24,7 @@ fi if [[ -n $RUST_NIGHTLY_VERSION ]]; then nightly_version="$RUST_NIGHTLY_VERSION" else - nightly_version=2020-07-27 + nightly_version=2020-08-17 fi