diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-03-26 12:28:44 +0200 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-03-26 14:57:14 +0200 |
commit | 25c8b73656c90f7b78a90f25c5bcc308f8b7c598 (patch) | |
tree | ae2c82a6ce4373e012735338276fb7a7a8be808e /ci/test/00_setup_env_mac_host.sh | |
parent | 596c627a1eb2b32e2755ae5b9bf32235cf8ce72b (diff) |
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.sh | 1 |
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 |