mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-20 19:12:59 +08:00
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:
parent
440dcb48c5
commit
608f2bab31
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user