From f6e99d71b3e702dfc0b589d12cae388358a3a125 Mon Sep 17 00:00:00 2001 From: Jonathan Madsen Date: Tue, 12 Sep 2023 16:16:07 -0500 Subject: [PATCH] Update redhat CI workflow - install libpciaccess for rocm CI --- .github/workflows/redhat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/redhat.yml b/.github/workflows/redhat.yml index 806fea360..d283e8044 100644 --- a/.github/workflows/redhat.yml +++ b/.github/workflows/redhat.yml @@ -69,7 +69,7 @@ jobs: if [ "${OS_VERSION_MAJOR}" -eq 8 ]; then PERL_REPO=powertools; else PERL_REPO=crb; fi && \ dnf -y --enablerepo=${PERL_REPO} install perl-File-BaseDir yum install -y https://repo.radeon.com/amdgpu-install/${{ matrix.rocm-version }}/rhel/${{ matrix.os-release }}/amdgpu-install-${ROCM_MAJOR}.${ROCM_MINOR}.${ROCM_VERSN}-1${RPM_TAG}.noarch.rpm - yum install -y rocm-dev rocm-smi-lib roctracer-dev rocprofiler-dev + yum install -y rocm-dev rocm-smi-lib roctracer-dev rocprofiler-dev libpciaccess - name: Configure, Build, and Test timeout-minutes: 115