From e6c9bcb7d88a05f6d2b9acdd3fe319a07a0a7222 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Tue, 6 Oct 2020 08:48:54 -0700 Subject: [PATCH] ci: maybe have cirrus install rust via rustup Its freebsd image appears to be stale, so try a more recent version of rust to fix the build. --- .cirrus.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.cirrus.yml b/.cirrus.yml index 5a765097b..904a70184 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -9,6 +9,7 @@ task: setup_script: - pkg install -y bash - bash get-deps + - curl https://sh.rustup.rs -sSf | sh -s -y -q test_script: - cargo build --all --release - cargo test --all --release