Unverified Commit 094ddc36 authored by Maximilian Bosch's avatar Maximilian Bosch
Browse files

rshim-user-space: mark as broken

Failing Hydra build: https://hydra.nixos.org/build/308527236

Compat is being worked on, but the patch for glibc 2.42 seems to crash
at runtime.
parent 84a953fb
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -107,5 +107,8 @@ stdenv.mkDerivation rec {
    maintainers = with lib.maintainers; [
      thillux
    ];
    # Requires https://github.com/Mellanox/rshim-user-space/pull/276 for glibc-2.42,
    # patch appears broken though.
    broken = true;
  };
}