Unverified Commit bc27118d authored by wxt's avatar wxt
Browse files

cuda_gdb: remove python39 related files

parent e528b296
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
        '';
    };