Skip to content

Commit

Permalink
Try the bionic docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
asomers committed Dec 3, 2020
1 parent 8bc1d31 commit a43f1a7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .cirrus.yml
Expand Up @@ -52,10 +52,14 @@ task:
#env:
#TARGET: mipsel-unknown-linux-gnu
container:
image: rust:1.36
image: ubuntu:bionic
#image: rust:1.36
setup_script:
- apt search docker
- apt-get install docker
- curl --proto '=https' --tlsv1.2 -sSf -o rustup.sh https://sh.rustup.rs
- sh rustup.sh -y --profile=minimal --default-toolchain 1.36.0
- . $HOME/.cargo/env
- bash ci/install.sh
script:
- . $HOME/.cargo/env || true
Expand Down

0 comments on commit a43f1a7

Please sign in to comment.