Add ubuntu 24.04 detection for roofline bin loading. (#541)

Also updated docker script for dev usage.

Signed-off-by: Carrie Fallows <Carrie.Fallows@amd.com>

[ROCm/rocprofiler-compute commit: 7602341b70]
Tá an tiomantas seo le fáil i:
cfallows-amd
2025-01-23 19:53:50 -05:00
tiomanta ag GitHub
tuismitheoir 8079e2e10b
tiomantas a64129b34f
D'athraigh 2 comhad le 7 breiseanna agus 3 scriosta
+5 -2
Féach ar an gComhad
@@ -177,10 +177,13 @@ do
4.1* | 4.0*)
ROCM_REPO_DIST="xenial"
;;
5.3 | 5.3.* | 5.4 | 5.4.* | 5.5 | 5.5.* | 5.6 | 5.6.* | 5.7 | 5.7.* | 6.0 | 6.0.*)
5.3 | 5.3.* | 5.4 | 5.4.* | 5.5 | 5.5.* | 5.6 | 5.6.* | 5.7 | 5.7.* | 6.*)
case "${VERSION}" in
24.04)
ROCM_REPO_DIST="noble"
;;
22.04)
ROCM_REPO_DIST="ubuntu"
ROCM_REPO_DIST="jammy"
;;
20.04)
ROCM_REPO_DIST="focal"