From 29a7591791d67058779f09d47619daf695445e4e Mon Sep 17 00:00:00 2001 From: cfallows-amd Date: Mon, 1 Dec 2025 11:14:33 -0500 Subject: [PATCH] Update RHEL8/9 workflow with latest rocm 7.1.1 links (#2060) Signed-off-by: Carrie Fallows --- .github/workflows/rocprofiler-compute-rhel-8.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rocprofiler-compute-rhel-8.yml b/.github/workflows/rocprofiler-compute-rhel-8.yml index 1824fd7472..90e342d99e 100644 --- a/.github/workflows/rocprofiler-compute-rhel-8.yml +++ b/.github/workflows/rocprofiler-compute-rhel-8.yml @@ -69,9 +69,9 @@ jobs: max_attempts: 3 command: | if [ ${{ matrix.os-release }} == "8.10" ]; then - yum install -y https://repo.radeon.com/amdgpu-install/latest/rhel/8.10/amdgpu-install-7.1.70100-1.el8.noarch.rpm + yum install -y https://repo.radeon.com/amdgpu-install/latest/rhel/8.10/amdgpu-install-7.1.1.70101-1.el8.noarch.rpm else - yum install -y https://repo.radeon.com/amdgpu-install/latest/rhel/9.4/amdgpu-install-7.1.70100-1.el9.noarch.rpm + yum install -y https://repo.radeon.com/amdgpu-install/latest/rhel/9.4/amdgpu-install-7.1.1.70101-1.el9.noarch.rpm fi yum install -y rocm-dev - name: Checkout