summaryrefslogtreecommitdiffstats
path: root/.gitlab/os-linux.yml
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-07-27 17:25:09 (GMT)
committerBrad King <brad.king@kitware.com>2023-07-31 16:08:36 (GMT)
commit1177d5c127598b0fb62b8d5f00a907541cf6beb9 (patch)
tree3ee0052bd25a76be43fd64ca213bc67dcbd61ba7 /.gitlab/os-linux.yml
parenteb9195e9ef6fd299b25d44b966129c587ec46e2d (diff)
downloadCMake-1177d5c127598b0fb62b8d5f00a907541cf6beb9.zip
CMake-1177d5c127598b0fb62b8d5f00a907541cf6beb9.tar.gz
CMake-1177d5c127598b0fb62b8d5f00a907541cf6beb9.tar.bz2
ci: Add HIP job based on Debian image
The Debian package for `hipcc` organizes the `hip-lang` cmake package differently from the official ROCm base images. Cover it separately. Issue: #24562
Diffstat (limited to '.gitlab/os-linux.yml')
-rw-r--r--.gitlab/os-linux.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitlab/os-linux.yml b/.gitlab/os-linux.yml
index def66de..9563d55 100644
--- a/.gitlab/os-linux.yml
+++ b/.gitlab/os-linux.yml
@@ -359,6 +359,13 @@
CMAKE_CONFIGURATION: hip5.5_radeon
CMAKE_GENERATOR: "Ninja Multi-Config"
+.debian12_hip_radeon:
+ extends: .debian12
+
+ variables:
+ CMAKE_CONFIGURATION: debian12_hip_radeon
+ CTEST_LABELS: "HIP"
+
### C++ modules
.gcc_cxx_modules_x86_64: