[GLUTEN-10926][VL] followup to fix docker image conflict (#11064) #150
Annotations
1 error
|
Build and push by digest
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -ex; yum update -y && yum install -y epel-release sudo dnf && yum install -y ccache; echo \"check_certificate = off\" >> ~/.wgetrc; yum install -y java-1.8.0-openjdk-devel patch wget git perl python3 automake libtool flex; dnf -y --enablerepo=powertools install autoconf-archive ninja-build; pip3 install --upgrade pip; pip3 install cmake; rpm -qa | grep tzdata; dnf clean all; git clone --depth=1 https://github.com/apache/incubator-gluten /opt/gluten; cd /opt/gluten; bash .github/workflows/util/setup-helper.sh install_maven; export PATH=/usr/lib/maven/bin:$PATH; mkdir -p ${VCPKG_PATH}; echo \"Build arrow, then install the native libs to system paths and jar package to .m2/ directory.\"; if [ \"$(uname -m)\" = \"aarch64\" ]; then export CPU_TARGET=\"aarch64\"; export VCPKG_FORCE_SYSTEM_BINARIES=1; fi; cd /opt/gluten; bash ./dev/builddeps-veloxbe.sh --enable_vcpkg=ON --build_tests=ON --enable_s3=ON --enable_gcs=ON --enable_hdfs=ON --enable_abfs=ON build_arrow; mvn dependency:go-offline -Pbackends-velox -Piceberg -Pdelta -Pspark-3.5 -DskipTests; rm -rf /opt/gluten; rm -rf /root/.cache/ccache;" did not complete successfully: exit code: 1
|
Loading