Attempt to fix Cirrus builds harder

Install black
This commit is contained in:
Peter Ammon
2025-10-05 19:58:02 -07:00
parent 9ea328e43a
commit d683769e1f

View File

@@ -25,6 +25,7 @@ linux_task:
# Unrestriced parallelism results in OOM
- lscpu || true
- (cat /proc/meminfo | grep MemTotal) || true
- pip3 install black
- FISH_TEST_MAX_CONCURRENCY=6 build_tools/check.sh
only_if: $CIRRUS_REPO_OWNER == 'fish-shell'
@@ -51,7 +52,7 @@ freebsd_task:
freebsd_instance:
image: freebsd-14-3-release-amd64-ufs
tests_script:
- pkg install -y cmake-core devel/pcre2 devel/ninja gettext git-lite lang/rust misc/py-pexpect
- pkg install -y cmake-core devel/pcre2 devel/ninja gettext git-lite lang/rust misc/py-pexpect py311-black
# libclang.so is a required build dependency for rust-c++ ffi bridge
- pkg install -y llvm
# BSDs have the following behavior: root may open or access files even if