Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1134 from jovfer/rc
Browse files Browse the repository at this point in the history
Increment rust version to 1.27.0.
  • Loading branch information
Vyacheslav authored Sep 11, 2018
2 parents d77d699 + f6941d9 commit e52a2e0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile.cd
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ def downloadPackagingUtils() {
}

def setupRust() {
sh "rustup default 1.26.0"
sh "rustup default 1.27.0"
}

def androidPublishing() {
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
2 changes: 1 addition & 1 deletion libindy/ci/amazon.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion libindy/ci/ubuntu.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e52a2e0

Please sign in to comment.