From d429c33e190a4a16df4ce8d3d55c9aaf9960565f Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Sun, 13 Jun 2021 10:47:13 +0200 Subject: [PATCH] darwin: temporarily disable bootstrap stdenv test The update bootstrap tools requires changes from the upcoming llvm update in order to work. Fixes #126617 --- pkgs/top-level/release.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix index e62c3ecc19b9..e04b6e7e681a 100644 --- a/pkgs/top-level/release.nix +++ b/pkgs/top-level/release.nix @@ -174,7 +174,8 @@ let # Lightweight distribution and test inherit (bootstrap) dist test; # Test a full stdenv bootstrap from the bootstrap tools definition - inherit (bootstrap.test-pkgs) stdenv; + # TODO re-enable with https://github.com/NixOS/nixpkgs/pull/126411 + # inherit (bootstrap.test-pkgs) stdenv; }; # Cross compiled bootstrap tools