From 3da3bc91627892fb07873f0b48d692c4df9ed5c0 Mon Sep 17 00:00:00 2001 From: Shockingly Good Date: Fri, 12 Jan 2024 12:56:20 +0100 Subject: [PATCH] Update .cirrus.yml --- .cirrus.yml | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index bfb4900..f9d19ed 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,22 +1,9 @@ -task: - name: nightly x86_64-unknown-freebsd-12 - freebsd_instance: - image: freebsd-12-2-release-amd64 - setup_script: - - pkg install -y curl - - curl https://sh.rustup.rs -sSf --output rustup.sh - - sh rustup.sh --default-toolchain nightly -y --profile=minimal - - . $HOME/.cargo/env - test_script: - - . $HOME/.cargo/env - - cargo test --all-features - task: name: nightly x86_64-unknown-freebsd-13 freebsd_instance: - image: freebsd-13-0-release-amd64 + image_family: freebsd-13-2 setup_script: - - pkg install -y curl + - pkg install -y curl ssl - curl https://sh.rustup.rs -sSf --output rustup.sh - sh rustup.sh -y --default-toolchain nightly --profile=minimal - . $HOME/.cargo/env @@ -27,9 +14,9 @@ task: task: name: nightly x86_64-unknown-freebsd-14 freebsd_instance: - image: freebsd-14-0-current-amd64-v20220203 + image_family: freebsd-14-0 setup_script: - - pkg install -y curl + - pkg install -y curl ssl - curl https://sh.rustup.rs -sSf --output rustup.sh - sh rustup.sh -y --default-toolchain nightly --profile=minimal - . $HOME/.cargo/env