Skip to content

Add PowerPC (ppc64le) support for ml-metadata build - #408

Open
puneetsharma21 wants to merge 4 commits into
red-hat-data-services:rhoai-2.23-multi-arch-pocfrom
puneetsharma21:powerpc-support-mlmd
Open

Add PowerPC (ppc64le) support for ml-metadata build#408
puneetsharma21 wants to merge 4 commits into
red-hat-data-services:rhoai-2.23-multi-arch-pocfrom
puneetsharma21:powerpc-support-mlmd

Add arch check for Bazel install and conditional deps for ppc64le

c95310d
Select commit
Loading
Failed to load commit list.
Konflux Internal p02 / Konflux Production Internal / odh-mlmd-grpc-server-v2-23-multi-arch-poc-on-pull-request failed Jul 28, 2025 in 4h 0m 12s

Failed

Konflux Production Internal/odh-mlmd-grpc-server-v2-23-multi-arch-poc-on-pull-request has failed.

Details


Task Statuses:

StatusDurationName
🟢 Succeeded 6 seconds

rhoai-init

🟢 Succeeded 7 seconds

init

🟢 Succeeded 9 seconds

clone-repository

🟢 Succeeded 10 seconds

prefetch-dependencies

🟢 Succeeded 18 minutes

build-images

🔴 Failed 3 hours

build-images

🔴 Failed 1 minute

build-images

🔴 Failed 4 minutes

build-images


Failure snippet:

task build-images has the status "Failed":
subprocess exited with status 1
subprocess exited with status 1
Error: building at STEP "RUN arch=$(uname -m) &&   if [ "$arch" = "ppc64le" ]; then     echo "Setting up for ppc64le..." &&     wget https://ftp2.osuosl.org/pub/ppc64el/bazel/el8/bazel-${BAZEL_VERSION} &&     chmod +x bazel-${BAZEL_VERSION} &&     mv bazel-${BAZEL_VERSION} /usr/local/bin/bazel &&     ln -s /usr/local/bin/bazel /usr/bin/bazel &&     bazel --version;   elif [ "$arch" = "x86_64" ]; then     echo "Setting up for x86_64..." &&     mkdir /bazel &&     cd /bazel &&     curl -H "User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36" -fSsL -O https://github.com/bazelbuild/bazel/releases/download/$BAZEL_VERSION/bazel-$BAZEL_VERSION-installer-linux-x86_64.sh &&     curl -H "User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36" -fSsL -o /bazel/LICENSE.txt https://raw.githubusercontent.com/bazelbuild/bazel/master/LICENSE &&     chmod +x bazel-*.sh &&     ./bazel-$BAZEL_VERSION-installer-linux-x86_64.sh &&     cd / &&     rm -f /bazel/bazel-$BAZEL_VERSION-installer-linux-x86_64.sh;   else     echo "Unsupported architecture: $arch" >&2 &&     exit 1;   fi": exit status 1