From f6941d90df867350dc9ee8a4a407c0a7e9f515ac Mon Sep 17 00:00:00 2001 From: Sergey Minaev Date: Tue, 11 Sep 2018 15:35:52 +0300 Subject: [PATCH] Increment rust version to 1.27.0. Signed-off-by: Sergey Minaev --- Jenkinsfile.cd | 2 +- Jenkinsfile.ci | 2 +- libindy/ci/amazon.dockerfile | 2 +- libindy/ci/ubuntu.dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile.cd b/Jenkinsfile.cd index d19bd8ef65..ed8ab399d5 100644 --- a/Jenkinsfile.cd +++ b/Jenkinsfile.cd @@ -905,7 +905,7 @@ def downloadPackagingUtils() { } def setupRust() { - sh "rustup default 1.26.0" + sh "rustup default 1.27.0" } def androidPublishing() { diff --git a/Jenkinsfile.ci b/Jenkinsfile.ci index 7cb8aaa108..34397b57ef 100644 --- a/Jenkinsfile.ci +++ b/Jenkinsfile.ci @@ -510,7 +510,7 @@ def closePool(env_name, network_name, poolInst) { } def setupRust() { - sh "rustup default 1.26.0" + sh "rustup default 1.27.0" } def setupRustIOS() { diff --git a/libindy/ci/amazon.dockerfile b/libindy/ci/amazon.dockerfile index 34b938fb76..8e8ebb619e 100755 --- a/libindy/ci/amazon.dockerfile +++ b/libindy/ci/amazon.dockerfile @@ -39,7 +39,7 @@ RUN wget https://repos.fedorapeople.org/repos/dchen/apache-maven/epel-apache-mav RUN sed -i s/\$releasever/6/g /etc/yum.repos.d/epel-apache-maven.repo RUN yum install -y apache-maven -ENV RUST_ARCHIVE=rust-1.26.0-x86_64-unknown-linux-gnu.tar.gz +ENV RUST_ARCHIVE=rust-1.27.0-x86_64-unknown-linux-gnu.tar.gz ENV RUST_DOWNLOAD_URL=https://static.rust-lang.org/dist/$RUST_ARCHIVE RUN mkdir -p /rust diff --git a/libindy/ci/ubuntu.dockerfile b/libindy/ci/ubuntu.dockerfile index db7745525c..3123254c06 100755 --- a/libindy/ci/ubuntu.dockerfile +++ b/libindy/ci/ubuntu.dockerfile @@ -55,7 +55,7 @@ RUN apt-get install -y zip RUN useradd -ms /bin/bash -u $uid indy USER indy -RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.26.0 +RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.27.0 ENV PATH /home/indy/.cargo/bin:$PATH WORKDIR /home/indy \ No newline at end of file