diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-03-03 22:43:08 +0200 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-03-03 22:43:08 +0200 |
commit | f7f3829a68df173c54ab11ecfe162b840afb64e8 (patch) | |
tree | 3c7896a6cfe837923a52c6cb347c26cd538ad4a5 /ci/test | |
parent | d8239362e283107657a5a6577890fdb198a1d334 (diff) |
build, doc: Drop libbz2-dev from macOS cross-compiling dependencies
Diffstat (limited to 'ci/test')
-rw-r--r-- | ci/test/00_setup_env_mac.sh | 2 |
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 d12565f746..645dcffd02 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 librsvg2-bin libz-dev libbz2-dev libtiff-tools libtinfo5 python3-dev python3-setuptools xorriso" +export PACKAGES="cmake imagemagick librsvg2-bin libz-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 |