Skip to content

Commit 3d80632

Browse files
Ruturaj4Github Actions
authored andcommitted
Update http to https in amd artifactory url.
1 parent 6763fcf commit 3d80632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/rocm/tools/get_rocm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def _build_installer_url(rocm_version, metadata):
229229

230230
rv = parse_version(rocm_version)
231231

232-
base_url = "http://artifactory-cdn.amd.com/artifactory/list"
232+
base_url = "https://artifactory-cdn.amd.com/artifactory/list"
233233

234234
if md["ID"] == "ubuntu":
235235
fmt = "amdgpu-install-internal_%(rocm_major)s.%(rocm_minor)s-%(os_version)s-1_all.deb"

0 commit comments

Comments
 (0)