File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
contrib/gitian-descriptors Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export LC_ALL=C.UTF-8
9
9
export CONTAINER_NAME=ci_macos_cross
10
10
export DOCKER_NAME_TAG=ubuntu:20.04 # Check that Focal can cross-compile to macos (Focal is used in the gitian build as well)
11
11
export HOST=x86_64-apple-darwin18
12
- export PACKAGES=" cmake imagemagick librsvg2-bin libz-dev libbz2-dev libtiff-tools libtinfo5 python3-dev python3-setuptools xorriso"
12
+ export PACKAGES=" cmake imagemagick librsvg2-bin libz-dev libtiff-tools libtinfo5 python3-dev python3-setuptools xorriso"
13
13
export XCODE_VERSION=11.3.1
14
14
export XCODE_BUILD_ID=11C505
15
15
export RUN_UNIT_TESTS=false
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ packages:
22
22
- " cmake"
23
23
- " imagemagick"
24
24
- " libz-dev"
25
- - " libbz2-dev"
26
25
- " python3"
27
26
- " python3-dev"
28
27
- " python3-setuptools"
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ The paths are automatically configured and no other options are needed unless ta
44
44
45
45
#### For macOS cross compilation
46
46
47
- sudo apt-get install curl librsvg2-bin libtiff-tools bsdmainutils cmake imagemagick libz-dev libbz2-dev python3-setuptools libtinfo5 xorriso
47
+ sudo apt-get install curl librsvg2-bin libtiff-tools bsdmainutils cmake imagemagick libz-dev python3-setuptools libtinfo5 xorriso
48
48
49
49
#### For Win64 cross compilation
50
50
You can’t perform that action at this time.
0 commit comments