From 02b74a818eab4024d7ccc8736cf96f1fd06ac16b Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Tue, 11 Jul 2023 12:35:59 +0100 Subject: [PATCH] WIP: CI: Ensure FreeBSD can upgrade packages --- .cirrus.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 3432ce1a8..9d546ca50 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,5 +1,5 @@ freebsd_instance: - image_family: freebsd-14-0-snap + image_family: freebsd-13-2 task: name: FreeBSD @@ -7,8 +7,8 @@ task: IGNORE_OSVERSION: yes skip_notifications: true prerequisites_script: - - pkg-static update -f - - pkg-static upgrade -y + - pkg update -f + - pkg upgrade -y - pkg install -y devel/pkgconf graphics/vips www/node20 www/npm install_script: - npm install --build-from-source --unsafe-perm