Skip to content

Commit d42078e

Browse files
committed
Merge #21437: gitian, ci: Drop unneeded python3-dev package for macOS builds
e4c0cad ci, gitian: Drop unneeded python3-dev package for macOS builds (Hennadii Stepanov) Pull request description: ACKs for top commit: fanquake: ACK e4c0cad - gitian builds match and I checked that this doesn't end up installed as a side-effect of another package. Tree-SHA512: 520a3909b106a0e005b195c5395691edf62b76ee2df43b6971b7aa193648d68e6dac69cb4f1dc474f594b015a2fc2074061865e571d89365174beb5c1780356f
2 parents 3c63191 + e4c0cad commit d42078e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ci/test/00_setup_env_mac.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export LC_ALL=C.UTF-8
99
export CONTAINER_NAME=ci_macos_cross
1010
export DOCKER_NAME_TAG=ubuntu:20.04 # Check that Focal can cross-compile to macos (Focal is used in the gitian build as well)
1111
export HOST=x86_64-apple-darwin18
12-
export PACKAGES="cmake imagemagick librsvg2-bin libz-dev libtiff-tools libtinfo5 python3-dev python3-setuptools xorriso"
12+
export PACKAGES="cmake imagemagick librsvg2-bin libz-dev libtiff-tools libtinfo5 python3-setuptools xorriso"
1313
export XCODE_VERSION=11.3.1
1414
export XCODE_BUILD_ID=11C505
1515
export RUN_UNIT_TESTS=false

contrib/gitian-descriptors/gitian-osx.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ packages:
2323
- "imagemagick"
2424
- "libz-dev"
2525
- "python3"
26-
- "python3-dev"
2726
- "python3-setuptools"
2827
- "fonts-tuffy"
2928
- "xorriso"

0 commit comments

Comments
 (0)