We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent e30ecaa commit 43e7cf5Copy full SHA for 43e7cf5
pkgs/development/haskell-modules/configuration-common.nix
@@ -939,4 +939,6 @@ self: super: {
939
# Tries to read a file it is not allowed to in the test suite
940
load-env = dontCheck super.load-env;
941
942
+ # Sporadically OOMs even with 16G
943
+ ChasingBottoms = dontCheck super.ChasingBottoms;
944
}
0 commit comments