We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f73de23 + 3d80632 commit 385e2f4Copy full SHA for 385e2f4
build/rocm/tools/get_rocm.py
@@ -229,7 +229,7 @@ def _build_installer_url(rocm_version, metadata):
229
230
rv = parse_version(rocm_version)
231
232
- base_url = "http://artifactory-cdn.amd.com/artifactory/list"
+ base_url = "https://artifactory-cdn.amd.com/artifactory/list"
233
234
if md["ID"] == "ubuntu":
235
fmt = "amdgpu-install-internal_%(rocm_major)s.%(rocm_minor)s-%(os_version)s-1_all.deb"
0 commit comments