Upgrade rust stable to 1.29
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
steps:
|
steps:
|
||||||
- command: "ci/docker-run.sh solanalabs/rust:1.28.0 ci/test-stable.sh"
|
- command: "ci/docker-run.sh solanalabs/rust:1.29.0 ci/test-stable.sh"
|
||||||
name: "stable [public]"
|
name: "stable [public]"
|
||||||
env:
|
env:
|
||||||
CARGO_TARGET_CACHE_NAME: "stable"
|
CARGO_TARGET_CACHE_NAME: "stable"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Note: when the rust version (1.28) is changed also modify
|
# Note: when the rust version (1.28) 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.28
|
FROM rust:1.29.0
|
||||||
|
|
||||||
RUN set -x && \
|
RUN set -x && \
|
||||||
apt update && \
|
apt update && \
|
||||||
|
@ -23,8 +23,8 @@ nightly)
|
|||||||
require cargo 1.29.[0-9]+-nightly
|
require cargo 1.29.[0-9]+-nightly
|
||||||
;;
|
;;
|
||||||
stable)
|
stable)
|
||||||
require rustc 1.28.[0-9]+
|
require rustc 1.29.[0-9]+
|
||||||
require cargo 1.28.[0-9]+
|
require cargo 1.29.[0-9]+
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo Error: unknown argument: "$1"
|
echo Error: unknown argument: "$1"
|
||||||
|
Reference in New Issue
Block a user