From 0e2d540a1f3f65cdc09fec6a696ec66c4bcc3e98 Mon Sep 17 00:00:00 2001 From: Gleb Popov <6yearold@gmail.com> Date: Fri, 4 Sep 2020 09:50:29 +0400 Subject: CirrusCI: Switch FreeBSD 11.3 to 11.4, remove old hack. --- .cirrus.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 432e957b..003dca1d 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,11 +1,10 @@ task: freebsd_instance: matrix: - - image_family: freebsd-11-3-snap + - image_family: freebsd-11-4-snap - image_family: freebsd-12-1-snap deps_script: - sed -i.bak -e 's/quarterly/latest/' /etc/pkg/FreeBSD.conf - - env ASSUME_ALWAYS_YES=yes pkg bootstrap -f - env ASSUME_ALWAYS_YES=yes pkg update -f - env ASSUME_ALWAYS_YES=yes pkg install -y llvm80 gmake z3 cmake pkgconf google-perftools python3 python37 py37-sqlite3 py37-tabulate build_script: -- cgit 1.4.1