From a71db108f52ca60a196b59cc653281ae6c370c2e Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Sat, 4 Apr 2020 17:23:31 +0100 Subject: Run "pkg update -f" before installing dependencies on FreeBSD --- .cirrus.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.cirrus.yml b/.cirrus.yml index 4b326aea..e015dbdd 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -6,6 +6,7 @@ task: deps_script: - sed -i.bak -e 's/quarterly/latest/' /etc/pkg/FreeBSD.conf - env ASSUME_ALWAYS_YES=yes pkg bootstrap -f + - pkg update -f - pkg install -y llvm80 gmake z3 cmake pkgconf google-perftools python3 python37 py37-sqlite3 py37-tabulate build_script: - mkdir build -- cgit 1.4.1