From 29aa4b668e0ae542bdb878784a0c3ce54709f437 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 22 Aug 2021 23:18:11 +0200 Subject: [PATCH] remove cirrus ci --- .cirrus.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .cirrus.yml diff --git a/.cirrus.yml b/.cirrus.yml deleted file mode 100644 index 50f8a25b1..000000000 --- a/.cirrus.yml +++ /dev/null @@ -1,21 +0,0 @@ -env: - # Temporary workaround for error `error: sysinfo not supported on - # this platform` seen on FreeBSD platforms, affecting Rustup - # - # References: https://github.com/rust-lang/rustup/issues/2774 - RUSTUP_IO_THREADS: 1 - -task: - name: stable x86_64-unknown-freebsd-12 - freebsd_instance: - image: freebsd-12-2-release-amd64 - setup_script: - - pkg install -y curl gmake - - curl https://sh.rustup.rs -sSf --output rustup.sh - - sh rustup.sh -y --profile=minimal - build_script: - - . $HOME/.cargo/env - - cargo build - test_script: - - . $HOME/.cargo/env - - cargo test -p uucore -p coreutils