From cd4e4e169ab3ff0b9315e5bc16d5ba490ee251ff Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Fri, 11 Aug 2023 23:10:02 +0200 Subject: [PATCH] .cirrus.yml: skip pkg update for FreeBSD 13.1 (#12767) --- .cirrus.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 8e764ae5ef..cfe1d8e38c 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -13,7 +13,6 @@ freebsd_task: image_family: freebsd-12-4 timeout_in: 20m install_script: - - pkg update -f - pkg install -y gettext build_script: - NPROC=$(getconf _NPROCESSORS_ONLN)