Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit a86397a

Browse files
committed
Bump rust nightly to 2020-08-17
1 parent 0413a30 commit a86397a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/docker-rust-nightly/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To update the pinned version:
2020
specific YYYY-MM-DD that is desired (default is today's build).
2121
Check https://rust-lang.github.io/rustup-components-history/ for build
2222
status
23-
1. Update `ci/rust-version.sh` to reflect the new nightly `YYY-MM-DD`
23+
1. Update `ci/rust-version.sh` to reflect the new nightly `YYYY-MM-DD`
2424
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`
2525
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]...`
2626
to confirm the new nightly image builds. Fix any issues as needed

ci/rust-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ fi
2424
if [[ -n $RUST_NIGHTLY_VERSION ]]; then
2525
nightly_version="$RUST_NIGHTLY_VERSION"
2626
else
27-
nightly_version=2020-07-27
27+
nightly_version=2020-08-17
2828
fi
2929

3030

0 commit comments

Comments
 (0)