Skip to content

Commit a43f1a7

Browse files
committed
Try the bionic docker image
1 parent 8bc1d31 commit a43f1a7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.cirrus.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,14 @@ task:
5252
#env:
5353
#TARGET: mipsel-unknown-linux-gnu
5454
container:
55-
image: rust:1.36
55+
image: ubuntu:bionic
56+
#image: rust:1.36
5657
setup_script:
5758
- apt search docker
5859
- apt-get install docker
60+
- curl --proto '=https' --tlsv1.2 -sSf -o rustup.sh https://sh.rustup.rs
61+
- sh rustup.sh -y --profile=minimal --default-toolchain 1.36.0
62+
- . $HOME/.cargo/env
5963
- bash ci/install.sh
6064
script:
6165
- . $HOME/.cargo/env || true

0 commit comments

Comments
 (0)