0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

.cirrus.yml: skip pkg update for FreeBSD 13.1 (#12767)

This commit is contained in:
Philip H
2023-08-11 23:10:02 +02:00
committed by GitHub
parent d8f981138a
commit cd4e4e169a

View File

@@ -13,7 +13,6 @@ freebsd_task:
image_family: freebsd-12-4 image_family: freebsd-12-4
timeout_in: 20m timeout_in: 20m
install_script: install_script:
- pkg update -f
- pkg install -y gettext - pkg install -y gettext
build_script: build_script:
- NPROC=$(getconf _NPROCESSORS_ONLN) - NPROC=$(getconf _NPROCESSORS_ONLN)