Unverified Commit 7236f9c7 authored by Pavol Rusnak's avatar Pavol Rusnak Committed by GitHub
Browse files

cuda_gdb: remove python39 related files (#398268)

parents 9e9def64 bc27118d
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
        '';
    };