Add PowerPC (ppc64le) support for ml-metadata build - #408
Open
puneetsharma21 wants to merge 4 commits into
Open
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
- Namespace: rhoai-tenant
- PipelineRun: odh-mlmd-grpc-server-v2-23-multi-arch-poc-on-pull-request-78gvb
Task Statuses:
| Status | Duration | Name |
|---|---|---|
| 🟢 Succeeded | 6 seconds | |
| 🟢 Succeeded | 7 seconds | |
| 🟢 Succeeded | 9 seconds | |
| 🟢 Succeeded | 10 seconds | |
| 🟢 Succeeded | 18 minutes | |
| 🔴 Failed | 3 hours | |
| 🔴 Failed | 1 minute | |
| 🔴 Failed | 4 minutes |
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
Loading