CI: Use git-lite instead of git under FreeBSD

The git-lite flavor, being significantly smaller and downloading/installing much
faster with fewer dependencies, is much better suited for CI environments (at
the cost of not supporting interactive git commands).
This commit is contained in:
Mahmoud Al-Qudsi 2023-02-02 20:17:31 -06:00
parent 440dcb48c5
commit 608f2bab31

View File

@ -88,7 +88,7 @@ freebsd_task:
freebsd_instance:
image: freebsd-12-3-release-amd64
tests_script:
- pkg install -y cmake devel/pcre2 devel/ninja misc/py-pexpect git
- pkg install -y cmake devel/pcre2 devel/ninja misc/py-pexpect git-lite
# BSDs have the following behavior: root may open or access files even if
# the mode bits would otherwise disallow it. For example root may open()
# a file with write privileges even if the file has mode 400. This breaks