From a43f1a74c3bc36c0ae7b312133b3c2e4468a2217 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Wed, 2 Dec 2020 22:19:37 -0700 Subject: [PATCH] Try the bionic docker image --- .cirrus.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 83d17fe7a0..a4067fe4ab 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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