aboutsummaryrefslogtreecommitdiff
path: root/ci/test/00_setup_env_mac.sh
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-03-03 22:38:45 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-03-03 22:38:45 +0200
commitd8239362e283107657a5a6577890fdb198a1d334 (patch)
tree2bae5c08615e6b51855fe084b03b7314a308cf82 /ci/test/00_setup_env_mac.sh
parent47b99ab1a9e918022ea13f54765f5b4e6aad6140 (diff)
downloadbitcoin-d8239362e283107657a5a6577890fdb198a1d334.tar.xz
build, doc: Drop libcap-dev from macOS cross-compiling dependencies
Diffstat (limited to 'ci/test/00_setup_env_mac.sh')
-rw-r--r--ci/test/00_setup_env_mac.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test/00_setup_env_mac.sh b/ci/test/00_setup_env_mac.sh
index 6da011d19b..d12565f746 100644
--- a/ci/test/00_setup_env_mac.sh
+++ b/ci/test/00_setup_env_mac.sh
@@ -9,7 +9,7 @@ export LC_ALL=C.UTF-8
export CONTAINER_NAME=ci_macos_cross
export DOCKER_NAME_TAG=ubuntu:20.04 # Check that Focal can cross-compile to macos (Focal is used in the gitian build as well)
export HOST=x86_64-apple-darwin18
-export PACKAGES="cmake imagemagick libcap-dev librsvg2-bin libz-dev libbz2-dev libtiff-tools libtinfo5 python3-dev python3-setuptools xorriso"
+export PACKAGES="cmake imagemagick librsvg2-bin libz-dev libbz2-dev libtiff-tools libtinfo5 python3-dev python3-setuptools xorriso"
export XCODE_VERSION=11.3.1
export XCODE_BUILD_ID=11C505
export RUN_UNIT_TESTS=false