aboutsummaryrefslogtreecommitdiff
path: root/ci/test/00_setup_env_i686_centos.sh
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2024-01-11 10:59:07 +0000
committerfanquake <fanquake@gmail.com>2024-01-11 11:30:04 +0000
commitf3ca6db8d349941f6bad6e8b328033222af8f063 (patch)
tree402d2d8469eeccdc6f2f278dc3d0884f88611813 /ci/test/00_setup_env_i686_centos.sh
parent522b8370d92a8815537b402f43951b45ed0fe7ad (diff)
downloadbitcoin-f3ca6db8d349941f6bad6e8b328033222af8f063.tar.xz
ci: move CMake into base packages
This is already used in multiple CIs, and will soon become a requirement for most CIs, i.e when we migrate depends packages to use CMake, for example: https://github.com/bitcoin/bitcoin/pull/21778#issuecomment-1885576324. Some of the CIs in 21778 are failing because CMake isn't available, so just break this out and make CMake globally available.
Diffstat (limited to 'ci/test/00_setup_env_i686_centos.sh')
-rwxr-xr-xci/test/00_setup_env_i686_centos.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test/00_setup_env_i686_centos.sh b/ci/test/00_setup_env_i686_centos.sh
index d509c72141..5f8391c5da 100755
--- a/ci/test/00_setup_env_i686_centos.sh
+++ b/ci/test/00_setup_env_i686_centos.sh
@@ -9,7 +9,7 @@ export LC_ALL=C.UTF-8
export HOST=i686-pc-linux-gnu
export CONTAINER_NAME=ci_i686_centos
export CI_IMAGE_NAME_TAG="quay.io/centos/amd64:stream9"
-export CI_BASE_PACKAGES="gcc-c++ glibc-devel.x86_64 libstdc++-devel.x86_64 glibc-devel.i686 libstdc++-devel.i686 ccache libtool make git python3 python3-pip which patch lbzip2 xz procps-ng dash rsync coreutils bison util-linux e2fsprogs"
+export CI_BASE_PACKAGES="gcc-c++ glibc-devel.x86_64 libstdc++-devel.x86_64 glibc-devel.i686 libstdc++-devel.i686 ccache libtool make git python3 python3-pip which patch lbzip2 xz procps-ng dash rsync coreutils bison util-linux e2fsprogs cmake"
export PIP_PACKAGES="pyzmq"
export GOAL="install"
export NO_WERROR=1 # Suppress error: #warning _FORTIFY_SOURCE > 2 is treated like 2 on this platform [-Werror=cpp]