Skip to content

Commit 5008621

Browse files
committed
stdenv/darwin: disable gnugrep tests in early bootstrap
1 parent 85bc997 commit 5008621

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkgs/stdenv/darwin/default.nix

+4
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,10 @@ assert bootstrapTools.passthru.isFromBootstrapFiles or false; # sanity check
598598
# Use libiconvReal with gettext to break an infinite recursion.
599599
gettext = super.gettext.override { libiconv = super.libiconvReal; };
600600

601+
# Disable grep’s tests for now due to impure locale updates in
602+
# macOS 15.4 breaking them in the bootstrap.
603+
gnugrep = super.gnugrep.overrideAttrs { doCheck = false; };
604+
601605
# Disable tests because they use dejagnu, which fails to run.
602606
libffi = super.libffi.override { doCheck = false; };
603607

0 commit comments

Comments
 (0)