Merge pull request #3 from raikonenfnu/rocmLdConf #4
publish_amdgpu_x86_64.yml
on: push
build-amdgpu-ubuntu-jammy
14m 22s
build-amdgpu-ubuntu-jammy-ghr
1m 22s
Annotations
1 error
build-amdgpu-ubuntu-jammy-ghr
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c wget https://repo.radeon.com/rocm/rocm.gpg.key -O - | gpg --dearmor | tee /etc/apt/keyrings/rocm.gpg > /dev/null && echo \"deb [arch=amd64 signed-by=/etc/apt/keyrings/rocm.gpg] https://repo.radeon.com/amdgpu/${ROCM_VERSION}/ubuntu jammy main\" | tee /etc/apt/sources.list.d/amdgpu.list && apt update && DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends ca-certificates amdgpu-dkms && echo \"deb [arch=amd64 signed-by=/etc/apt/keyrings/rocm.gpg] https://repo.radeon.com/rocm/apt/${ROCM_VERSION} jammy main\" | tee --append /etc/apt/sources.list.d/rocm.list && echo 'Package: *\\nPin: release o=repo.radeon.com\\nPin-Priority: 600' | tee /etc/apt/preferences.d/rocm-pin-600 && apt update && DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends ca-certificates rocm-hip-sdk && echo \"/opt/rocm/lib\\n/opt/rocm/hip/lib\" | tee /etc/ld.so.conf.d/24-rocm.conf && ldconfig && rm -rf /install-rocm/*" did not complete successfully: exit code: 100
|