Sign the generated BOMs #21
Annotations
1 error
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -e; ARCH_NAME=\"$(rpm --eval '%{_arch}')\"; url=; case \"${ARCH_NAME##*-}\" in 'x86_64') OS_ARCH_SUFFIX=''; GOBIN_VERSION='amd64'; ;; 'aarch64') OS_ARCH_SUFFIX='-aarch64'; GOBIN_VERSION='arm64'; ;; *) echo >&2 \"error: unsupported architecture: '$ARCH_NAME'\"; exit 1 ;; esac && zypper refresh && zypper --non-interactive update && zypper --non-interactive install -l --no-recommends gcc13 gcc13-c++ gcc13-fortran python39 python39-devel python39-pip findutils java-24-openjdk-devel bzip2 git-core wget zip unzip make gawk nodejs22 npm22 nodejs22-devel libxml2-devel && update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-13 10 && update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-13 10 && update-alternatives --install /usr/bin/gfortran gfortran /usr/bin/gfortran-13 10 && update-alternatives --install /usr/bin/python python /usr/bin/python3.9 10 && update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 10 && mkdir /opt/pypi && python -m pip install --no-cache-dir --upgrade setuptools pip virtualenv && python -m pip install --no-cache-dir --upgrade poetry pipenv uv --target /opt/pypi && npm install -g npm && node -v && npm -v && npm install -g corepack && poetry --version && pipenv --version && gcc --version && curl -L --output /usr/bin/bazel https://github.com/bazelbuild/bazelisk/releases/latest/download/bazelisk-linux-${GOBIN_VERSION} && chmod +x /usr/bin/bazel && bazel --version && zypper clean -a" did not complete successfully: exit code: 4
|
The logs for this run have expired and are no longer available.
Loading