From cf14ded7f446bac8f5d46af826327d5e1cd080fc Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 7 Nov 2022 12:39:00 -0800 Subject: [PATCH] Remove the Cirrus CI for FreeBSD 11, which is no longer supported. --- .cirrus.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 6231c590..abe8fce4 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -28,17 +28,3 @@ task: test_script: - . $HOME/.cargo/env - cargo test --features=fs_utf8 --workspace - -task: - name: stable x86_64-unknown-freebsd-11 - freebsd_instance: - image_family: freebsd-11-4 - setup_script: - - pkg install -y curl - - curl https://sh.rustup.rs -sSf --output rustup.sh - - sh rustup.sh --default-toolchain stable -y --profile=minimal - - . $HOME/.cargo/env - - rustup default stable - test_script: - - . $HOME/.cargo/env - - cargo test --features=fs_utf8 --workspace