From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Fri, 11 Aug 2023 21:10:02 +0000 (+0200) Subject: .cirrus.yml: skip pkg update for FreeBSD 13.1 (#12767) X-Git-Tag: v9.0.1687~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cd4e4e169ab3ff0b9315e5bc16d5ba490ee251ff;p=thirdparty%2Fvim.git .cirrus.yml: skip pkg update for FreeBSD 13.1 (#12767) --- 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)