[rocm-libraries] ROCm/rocm-libraries#4361 (commit 37a74ef)

[CK]  a bunch of CI fixes.

## Motivation

Fixing some of the CK CI issues

## Technical Details

fixing paths to dockerfiles and scripts;
moving codegen tests to separate stage (collides with main build since
you must call cmake from same folder but different options);
fixing a couple of clang compilation issues with staging compiler;
This commit is contained in:
Illia Silin
2026-02-06 01:07:34 +00:00
committed by assistant-librarian[bot]
parent e96beb1f3e
commit 4dd4869fbf
4 changed files with 30 additions and 22 deletions

View File

@@ -70,6 +70,7 @@ set(GTEST_CXX_FLAGS
-Wno-float-equal
-Wno-lifetime-safety-intra-tu-suggestions
-Wno-lifetime-safety-cross-tu-suggestions
-Wno-character-conversion
)
if(WIN32)