stdenv/darwin: disable gnugrep tests in early bootstrap (#398385)

This commit is contained in:
Vladimír Čunát
2025-04-13 20:20:50 +02:00
+4
View File
@@ -598,6 +598,10 @@ assert bootstrapTools.passthru.isFromBootstrapFiles or false; # sanity check
# Use libiconvReal with gettext to break an infinite recursion.
gettext = super.gettext.override { libiconv = super.libiconvReal; };
# Disable greps tests for now due to impure locale updates in
# macOS 15.4 breaking them in the bootstrap.
gnugrep = super.gnugrep.overrideAttrs { doCheck = false; };
# Disable tests because they use dejagnu, which fails to run.
libffi = super.libffi.override { doCheck = false; };