Unverified Commit 5a06c7fc authored by Madoura's avatar Madoura
Browse files

bcachefs-tools: add comment on when to enable build tests

parent c3316bcc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -65,6 +65,7 @@ stdenv.mkDerivation (finalAttrs: {
    udev
  ] ++ lib.optional fuseSupport fuse3;

  # FIXME: Try enabling this once the default linux kernel is at least 6.7
  doCheck = false; # needs bcachefs module loaded on builder
  checkFlags = [ "BCACHEFS_TEST_USE_VALGRIND=no" ];