mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 04:41:14 -03:00
Attempt to fix Cirrus builds harder
Install black
This commit is contained in:
@@ -25,6 +25,7 @@ linux_task:
|
|||||||
# Unrestriced parallelism results in OOM
|
# Unrestriced parallelism results in OOM
|
||||||
- lscpu || true
|
- lscpu || true
|
||||||
- (cat /proc/meminfo | grep MemTotal) || true
|
- (cat /proc/meminfo | grep MemTotal) || true
|
||||||
|
- pip3 install black
|
||||||
- FISH_TEST_MAX_CONCURRENCY=6 build_tools/check.sh
|
- FISH_TEST_MAX_CONCURRENCY=6 build_tools/check.sh
|
||||||
only_if: $CIRRUS_REPO_OWNER == 'fish-shell'
|
only_if: $CIRRUS_REPO_OWNER == 'fish-shell'
|
||||||
|
|
||||||
@@ -51,7 +52,7 @@ freebsd_task:
|
|||||||
freebsd_instance:
|
freebsd_instance:
|
||||||
image: freebsd-14-3-release-amd64-ufs
|
image: freebsd-14-3-release-amd64-ufs
|
||||||
tests_script:
|
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
|
# libclang.so is a required build dependency for rust-c++ ffi bridge
|
||||||
- pkg install -y llvm
|
- pkg install -y llvm
|
||||||
# BSDs have the following behavior: root may open or access files even if
|
# BSDs have the following behavior: root may open or access files even if
|
||||||
|
|||||||
Reference in New Issue
Block a user