Skip to content
This repository was archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
ci: Update to latest Rust stable
Browse files Browse the repository at this point in the history
  • Loading branch information
abustany committed Oct 3, 2019
1 parent 602fb9f commit bd5ca70
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: abustany/flouze-build@sha256:dc2133a36d2f11e48ffb08a6909c6bf4baf6a01f74f0529166952ffd7e7917d5
- image: abustany/flouze-build@sha256:e8cc6d73621bcdd4f7569969a063bd1c1235ee4ee75b4c84aa4a5c8b9d05de74
steps:
- restore_cache:
keys:
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ os: osx
osx_image: xcode10.2
language: rust
rust:
- 1.35.0
- 1.38.0

env:
global:
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ENV PATH="/home/ci/.cargo/bin:$PATH"
ENV JAVA_HOME="/usr/lib/jvm/java-1.8.0"

RUN \
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.35.0 -y && \
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain 1.38.0 -y && \
rustup target add aarch64-linux-android && \
rustup target add armv7-linux-androideabi && \
rustup target add i686-linux-android && \
Expand Down

0 comments on commit bd5ca70

Please sign in to comment.