Skip to content

Commit

Permalink
update amdgpu repo url to include version number
Browse files Browse the repository at this point in the history
  • Loading branch information
JehandadKhan committed Sep 27, 2024
1 parent 74e6025 commit 2928bb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/rocm/tools/get_rocm.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,11 +320,12 @@ def setup_repos_el8(rocm_version_str):
"""
[amdgpu]
name=amdgpu
baseurl=https://repo.radeon.com/amdgpu/latest/rhel/8.8/main/x86_64/
baseurl=https://repo.radeon.com/amdgpu/%s/rhel/8.8/main/x86_64/
enabled=1
gpgcheck=1
gpgkey=https://repo.radeon.com/rocm/rocm.gpg.key
"""
% rocm_version_str
)


Expand Down

0 comments on commit 2928bb6

Please sign in to comment.