pipeline #2611
Annotations
1 error
Build & push container
buildx failed with: ERROR: failed to solve: process "/bin/sh -c tdnf update -y && tdnf install -y bzip2 bzip2-devel expat expat-devel gdb gdbm-devel glibc-devel libffi-devel libstdc++-devel libuuid-devel libxml2-devel ncurses-devel rpm-build sqlite sqlite-devel sqlite-libs xz-devel xz-libs zlib-devel && curl -LsSf --retry 8 --retry-all-errors https://www.python.org/ftp/python/${PYTHON_VERSION}/Python-${PYTHON_VERSION}.tgz -o python.tgz && tar -xzf python.tgz && rm python.tgz && cd Python-${PYTHON_VERSION} && gnu_arch=\"$(rpm --eval '%{_target_cpu}')-centos-linux-gnu\" && ./configure --build=$gnu_arch --enable-optimizations --with-ensurepip=install --with-lto && make profile-removal && extra_cflags=\"$(rpm --eval '%{optflags}')\" && ldflags=\"$(rpm --eval '%{__global_ldflags}')\" && make -j $(nproc) \"EXTRA_CFLAGS=${extra_cflags:-}\" \"LDFLAGS=${ldflags:-}\" && make install && cd .. && python3 --version && python3 -m pip --version && find / -depth -type d -name __pycache__ -exec rm -rf {} \\; 2> /dev/null" did not complete successfully: exit code: 2
|
Loading