From ce57dfc525a6beacb0cfcca7d9ec8cbcf7638cd8 Mon Sep 17 00:00:00 2001 From: Julian Ospald <hasufell@posteo.de> Date: Sun, 2 Jul 2023 22:06:39 +0800 Subject: [PATCH] Remove NetBSD --- .cirrus.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index b38c9a6..36e1266 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -24,19 +24,3 @@ task: - autoreconf -i - cabal test --test-show-details=direct -task: - name: NetBSD - compute_engine_instance: - image_project: pg-ci-images - image: family/pg-ci-netbsd-vanilla-9-3 - platform: netbsd - install_script: - - export PKG_PATH="http://cdn.NetBSD.org/pub/pkgsrc/packages/NetBSD/$(uname -p)/$(uname -r|cut -f '1 2' -d.)/All/;http://cdn.netbsd.org/pub/pkgsrc/packages/NetBSD/x86_64/9.0_2022Q3/All/" - - pkg_add ghc cabal-install git autoconf libcxx libcxxabi - script: - - export CABAL_DIR=/tmp/.cabal - - ghc --version - - cabal --version - - cabal update - - autoreconf -i - - cabal test -f-simdutf --test-show-details=direct -- GitLab