Skip to content

Commit

Permalink
ci: Disable Python in CentOS Stream 9
Browse files Browse the repository at this point in the history
The minimum required Python version is unavailable in CentOS Stream 9
repositories.
  • Loading branch information
hebasto committed Jan 17, 2025
1 parent b71cdc0 commit b42f709
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ci/test/00_setup_env_native_centos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ export LC_ALL=C.UTF-8
export CONTAINER_NAME=ci_native_centos
export CI_IMAGE_NAME_TAG="quay.io/centos/centos:stream9"
export STREAM_GCC_V="12"
export CI_BASE_PACKAGES="gcc-toolset-${STREAM_GCC_V}-gcc-c++ glibc-devel gcc-toolset-${STREAM_GCC_V}-libstdc++-devel ccache make git python3 python3-pip which patch xz procps-ng dash rsync coreutils bison e2fsprogs cmake"
export PIP_PACKAGES="pyzmq"
export CI_BASE_PACKAGES="gcc-toolset-${STREAM_GCC_V}-gcc-c++ glibc-devel gcc-toolset-${STREAM_GCC_V}-libstdc++-devel ccache make git which patch xz procps-ng dash rsync coreutils bison e2fsprogs cmake"
export GOAL="install"
export BITCOIN_CONFIG="-DWITH_ZMQ=ON -DBUILD_GUI=ON -DREDUCE_EXPORTS=ON"
# The minimum required Python version is unavailable in CentOS Stream 9.
export BITCOIN_CONFIG="-DWITH_ZMQ=ON -DBUILD_GUI=ON -DREDUCE_EXPORTS=ON -DWITH_PYTHON=OFF"
export RUN_FUNCTIONAL_TESTS=false

0 comments on commit b42f709

Please sign in to comment.