Skip to content

Commit 542e147

Browse files
authored
Merge pull request #11937 from edgargabriel/topic/compile-rocm-cleanup
pr-checks: update compile-rocm workflow
2 parents 6673df1 + 62d19b0 commit 542e147

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/compile-rocm.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
curl -fsSL https://repo.radeon.com/rocm/rocm.gpg.key | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/rocm-keyring.gpg
1818
echo 'deb [arch=amd64 signed-by=/etc/apt/trusted.gpg.d/rocm-keyring.gpg] https://repo.radeon.com/rocm/apt/debian focal main' | sudo tee /etc/apt/sources.list.d/rocm.list
1919
sudo apt-get update
20-
sudo apt-get install -y rocm-hip-sdk
20+
sudo apt-get install -y rocm-hip-runtime
2121
- uses: actions/checkout@v3
2222
with:
2323
submodules: recursive
@@ -26,3 +26,9 @@ jobs:
2626
./autogen.pl
2727
./configure --prefix=${PWD}/install --with-rocm=/opt/rocm --disable-mpi-fortran
2828
make -j
29+
- name: Clean up
30+
run: |
31+
ls -la ./
32+
rm -rf ./*
33+
rm -rf ./.??*
34+
ls -la ./

0 commit comments

Comments
 (0)