Skip to content

Commit

Permalink
Attempt to install ROCm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Oct 10, 2024
1 parent 944a399 commit e01d821
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@ jobs:
rust-toolchain: stable
cache-key: stable-linux
# --------------------------------------------------------------------------------
- name: Install ROCm Packages
shell: bash
run: |
echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/rocm.gpg] https://repo.radeon.com/rocm/apt/6.2.2 noble main" \
| sudo tee --append /etc/apt/sources.list.d/rocm.list
echo -e 'Package: *\nPin: release o=repo.radeon.com\nPin-Priority: 600' \
| sudo tee /etc/apt/preferences.d/rocm-pin-600
sudo apt update
sudo apt install rocm
ls -all /opt/
# --------------------------------------------------------------------------------
- name: Audit
run: cargo xtask check audit
# --------------------------------------------------------------------------------
Expand Down

0 comments on commit e01d821

Please sign in to comment.