We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bc1d31 commit a43f1a7Copy full SHA for a43f1a7
.cirrus.yml
@@ -52,10 +52,14 @@ task:
52
#env:
53
#TARGET: mipsel-unknown-linux-gnu
54
container:
55
- image: rust:1.36
+ image: ubuntu:bionic
56
+ #image: rust:1.36
57
setup_script:
58
- apt search docker
59
- 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
63
- bash ci/install.sh
64
script:
65
- . $HOME/.cargo/env || true
0 commit comments