Skip to content

Commit d44441f

Browse files
committed
Added clinfo for install sanity check
1 parent ff2a860 commit d44441f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build_tools/packaging/linux/native_linux_packages_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ def _env(key: str, default: str) -> str:
8686
VERIFY_KEY_COMPONENTS = [
8787
"bin/rocminfo",
8888
"bin/hipcc",
89+
"bin/clinfo",
8990
"include/hip/hip_runtime.h",
9091
"lib/libamdhip64.so",
9192
]
@@ -145,7 +146,7 @@ def __init__(
145146
install_prefix: Installation prefix (default: /opt/rocm/core)
146147
gfx_arch: GPU architecture(s) as a single value or list (default: gfx94x).
147148
Only the first element is used for package name and installation.
148-
gpg_key_url: GPG key URL (only needed for prerelease)
149+
gpg_key_url: GPG key URL
149150
"""
150151
self.os_profile = os_profile.lower()
151152
self.package_type = self._derive_package_type(os_profile)
@@ -836,7 +837,6 @@ def test_rdhc(self) -> bool:
836837
print(f" [WARN] Could not run rdhc.py: {e}")
837838
return False
838839

839-
840840
def run(self) -> bool:
841841
"""Execute the full installation test process.
842842

0 commit comments

Comments
 (0)