aboutsummaryrefslogtreecommitdiff
path: root/ci/test/00_setup_env_mac_host.sh
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2020-03-26 12:28:44 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2020-03-26 14:57:14 +0200
commit25c8b73656c90f7b78a90f25c5bcc308f8b7c598 (patch)
treeae2c82a6ce4373e012735338276fb7a7a8be808e /ci/test/00_setup_env_mac_host.sh
parent596c627a1eb2b32e2755ae5b9bf32235cf8ce72b (diff)
downloadbitcoin-25c8b73656c90f7b78a90f25c5bcc308f8b7c598.tar.xz
ci: Use Homebrew addon on native macOS
Also the macOS image has been updated.
Diffstat (limited to 'ci/test/00_setup_env_mac_host.sh')
-rw-r--r--ci/test/00_setup_env_mac_host.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/ci/test/00_setup_env_mac_host.sh b/ci/test/00_setup_env_mac_host.sh
index 0b437a723f..5753c3af31 100644
--- a/ci/test/00_setup_env_mac_host.sh
+++ b/ci/test/00_setup_env_mac_host.sh
@@ -7,7 +7,6 @@
export LC_ALL=C.UTF-8
export HOST=x86_64-apple-darwin16
-export BREW_PACKAGES="automake berkeley-db4 libtool boost miniupnpc pkg-config qt qrencode python3 ccache zeromq"
export PIP_PACKAGES="zmq"
export RUN_CI_ON_HOST=true
export RUN_UNIT_TESTS=true