]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
.cirrus.yml: skip pkg update for FreeBSD 13.1 (#12767)
authorPhilip H <47042125+pheiduck@users.noreply.github.com>
Fri, 11 Aug 2023 21:10:02 +0000 (23:10 +0200)
committerGitHub <noreply@github.com>
Fri, 11 Aug 2023 21:10:02 +0000 (23:10 +0200)
.cirrus.yml

index 8e764ae5ef0916dbf0eca73f0190266514df9c30..cfe1d8e38ca4349445d3d8f4e68216194e75c14f 100644 (file)
@@ -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)