SWDEV-467162 - Temporarily disable hip-lang test for static builds

Hip-lang test is failing in static build environment. Disabling it for time being
TODO: Need to renable the test once its fixed

Change-Id: Ie15f02a157a13b3f105596ad673a8a1da6e78b67


[ROCm/hip-tests commit: c7e0c65779]
Цей коміт міститься в:
Ranjith Ramakrishnan
2024-06-11 19:07:04 -07:00
джерело e12fc07212
коміт 1637f46394
+5 -1
Переглянути файл
@@ -39,5 +39,9 @@ add_subdirectory(17_llvm_ir_to_executable)
add_subdirectory(18_cmake_hip_device)
add_subdirectory(19_cmake_lang)
add_subdirectory(21_cmake_hip_cxx_clang)
add_subdirectory(22_cmake_hip_lang)
# Disable hip-lang test for static builds.
# Once the issues are fixed, will enable the test
if(BUILD_SHARED_LIBS)
add_subdirectory(22_cmake_hip_lang)
endif()
add_subdirectory(23_cmake_hiprtc)