From 165c4c9e57cd342a994201578def2e6aa62a11d7 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Sun, 13 Aug 2023 07:34:23 +0800 Subject: [PATCH] vim-patch:cd4e4e169ab3 (#24685) .cirrus.yml: skip pkg update for FreeBSD 13.1 (vim/vim#12767) https://github.com/vim/vim/commit/cd4e4e169ab3ff0b9315e5bc16d5ba490ee251ff Co-authored-by: Philip H <47042125+pheiduck@users.noreply.github.com> --- .cirrus.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 530095c40f..76f15852c4 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -9,7 +9,6 @@ freebsd_task: image_family: freebsd-13-1 timeout_in: 30m install_script: - - pkg update -f - pkg install -y cmake gmake ninja unzip wget gettext python git build_deps_script: - gmake deps