diff options
author | Brad King <brad.king@kitware.com> | 2023-07-27 17:25:09 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-07-31 16:08:36 (GMT) |
commit | 1177d5c127598b0fb62b8d5f00a907541cf6beb9 (patch) | |
tree | 3ee0052bd25a76be43fd64ca213bc67dcbd61ba7 /.gitlab-ci.yml | |
parent | eb9195e9ef6fd299b25d44b966129c587ec46e2d (diff) | |
download | CMake-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-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 864ee2e..fdfafaf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -195,6 +195,16 @@ t:debian12-makefiles-clang: variables: CMAKE_CI_JOB_NIGHTLY: "true" +t:debian12-hip-radeon: + extends: + - .debian12_hip_radeon + - .cmake_test_linux_release + - .linux_x86_64_tags_radeon + - .run_dependent + - .needs_centos6_x86_64 + variables: + CMAKE_CI_NO_MR: "true" + t:fedora38-ninja-clang: extends: - .fedora38_ninja_clang |