Upgrade to Rust 1.36.0 (#5206)
* Upgrade to Rust 1.36.0 * Move test-checks.sh back to stable * update nightly version to 2019-07-19 * use both nightly and stable for checks
This commit is contained in:
@ -4,7 +4,7 @@ os:
|
|||||||
language: rust
|
language: rust
|
||||||
cache: cargo
|
cache: cargo
|
||||||
rust:
|
rust:
|
||||||
- 1.35.0
|
- 1.36.0
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- source ci/rust-version.sh
|
- source ci/rust-version.sh
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Note: when the rust version is changed also modify
|
# Note: when the rust version is changed also modify
|
||||||
# ci/rust-version.sh to pick up the new image tag
|
# ci/rust-version.sh to pick up the new image tag
|
||||||
FROM rust:1.35.0
|
FROM rust:1.36.0
|
||||||
|
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
&& apt update \
|
&& apt update \
|
||||||
|
@ -13,8 +13,8 @@
|
|||||||
# $ source ci/rust-version.sh
|
# $ source ci/rust-version.sh
|
||||||
#
|
#
|
||||||
|
|
||||||
stable_version=1.35.0
|
stable_version=1.36.0
|
||||||
nightly_version=2019-06-20
|
nightly_version=2019-07-19
|
||||||
|
|
||||||
export rust_stable="$stable_version"
|
export rust_stable="$stable_version"
|
||||||
export rust_stable_docker_image=solanalabs/rust:"$stable_version"
|
export rust_stable_docker_image=solanalabs/rust:"$stable_version"
|
||||||
|
Reference in New Issue
Block a user