Skip to content

Commit 14a24ac

Browse files
fanquakePastaPastaPasta
authored andcommitted
Merge bitcoin#22353: ci: Upgrading pip version in macos environment
057750c ci: Upgrading pip version in macos environment (Tushar Singla) Pull request description: During each CI run, in macos native environment, python packages lief and zmq are rebuilt everytime which wastes a lot of resources and time and fixes bitcoin#22206. The latest version of pip directly fetches pre-built binaries. Through this commit pip version is upgraded in macos environment before installation of these packages. ACKs for top commit: MarcoFalke: cr ACK 057750c Tree-SHA512: e61d02e46c8fe6a89119014d025a26aba090f9507d725315680893290f5bbc20a375ef408c71fa8db2f485b44ec91cfa0c140198ca44a9d3e0a57055b6bb9582
1 parent 3550fff commit 14a24ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/test/04_install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ if [[ $QEMU_USER_CMD == qemu-s390* ]]; then
1414
fi
1515

1616
if [ "$CI_OS_NAME" == "macos" ]; then
17+
sudo -H pip3 install --upgrade pip
1718
IN_GETOPT_BIN="/usr/local/opt/gnu-getopt/bin/getopt" ${CI_RETRY_EXE} pip3 install --user $PIP_PACKAGES
1819
fi
1920

0 commit comments

Comments
 (0)