cuda_gdb: remove python39 related files (#398268)

This commit is contained in:
Pavol Rusnak
2025-04-13 10:32:08 +02:00
committed by GitHub
@@ -188,6 +188,7 @@ filterAndCreateOverrides {
# to avoid autopatchelf failing to find libpython3.8.so.
+ lib.optionalString (cudaAtLeast "12.5") ''
find $bin -name '*python3.8*' -delete
find $bin -name '*python3.9*' -delete
'';
};