rocmPackages: skip building composable_kernel profiler for now

We hit relocation R_X86_64_PC32 out of range errors for release builds that include all available targets.
See: https://github.com/ROCm/composable_kernel/issues/789
This commit is contained in:
Martin Schwaighofer 2024-02-15 21:25:43 +01:00
parent bc377c1e4a
commit edd570c596

View File

@ -60,7 +60,11 @@ stdenv.mkDerivation (finalAttrs: {
'' + lib.optionalString (!buildExamples) ''
substituteInPlace CMakeLists.txt \
--replace "add_subdirectory(example)" ""
'';
'' + ''
substituteInPlace CMakeLists.txt \
--replace "add_subdirectory(profiler)" ""
''
;
postInstall = lib.optionalString buildTests ''
mkdir -p $test/bin