Upgrade to Rust 1.32.0
$ rustup update stable
This commit is contained in:
@ -2,7 +2,7 @@ steps:
|
|||||||
- command: "ci/shellcheck.sh"
|
- command: "ci/shellcheck.sh"
|
||||||
name: "shellcheck"
|
name: "shellcheck"
|
||||||
timeout_in_minutes: 20
|
timeout_in_minutes: 20
|
||||||
- command: "ci/docker-run.sh solanalabs/rust:1.31.0 ci/test-checks.sh"
|
- command: "ci/docker-run.sh solanalabs/rust:1.32.0 ci/test-checks.sh"
|
||||||
name: "checks"
|
name: "checks"
|
||||||
timeout_in_minutes: 30
|
timeout_in_minutes: 30
|
||||||
- wait
|
- wait
|
||||||
@ -14,7 +14,7 @@ steps:
|
|||||||
- command: "ci/test-bench.sh"
|
- command: "ci/test-bench.sh"
|
||||||
name: "bench"
|
name: "bench"
|
||||||
timeout_in_minutes: 30
|
timeout_in_minutes: 30
|
||||||
- command: "ci/docker-run.sh solanalabs/rust:1.31.0 ci/test-stable.sh"
|
- command: "ci/docker-run.sh solanalabs/rust:1.32.0 ci/test-stable.sh"
|
||||||
name: "stable"
|
name: "stable"
|
||||||
timeout_in_minutes: 40
|
timeout_in_minutes: 40
|
||||||
- command: "ci/docker-run.sh solanalabs/rust-nightly:2019-01-31 ci/test-coverage.sh"
|
- command: "ci/docker-run.sh solanalabs/rust-nightly:2019-01-31 ci/test-coverage.sh"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Note: when the rust version is changed also modify
|
# Note: when the rust version is changed also modify
|
||||||
# ci/buildkite.yml to pick up the new image tag
|
# ci/buildkite.yml to pick up the new image tag
|
||||||
FROM rust:1.31.0
|
FROM rust:1.32.0
|
||||||
|
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
&& apt update \
|
&& apt update \
|
||||||
|
@ -25,8 +25,8 @@ nightly)
|
|||||||
require cargo 1.34.[0-9]+-nightly +nightly
|
require cargo 1.34.[0-9]+-nightly +nightly
|
||||||
;;
|
;;
|
||||||
stable)
|
stable)
|
||||||
require rustc 1.31.[0-9]+
|
require rustc 1.32.[0-9]+
|
||||||
require cargo 1.31.[0-9]+
|
require cargo 1.32.[0-9]+
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo Error: unknown argument: "$1"
|
echo Error: unknown argument: "$1"
|
||||||
|
Reference in New Issue
Block a user