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:
parent
bc377c1e4a
commit
edd570c596
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user