about summary refs log tree commit diff
path: root/pkgs/top-level/release.nix
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2021-06-13 10:47:13 +0200
committerDaiderd Jordan <daiderd@gmail.com>2021-06-13 17:32:09 +0200
commitd429c33e190a4a16df4ce8d3d55c9aaf9960565f (patch)
tree34f65bc5cb5f19449c08fb139adef2a55ba15e2b /pkgs/top-level/release.nix
parent40ffedfb388d6099baf2227ef99c3066e8280d37 (diff)
darwin: temporarily disable bootstrap stdenv test
The update bootstrap tools requires changes from the upcoming llvm
update in order to work.

Fixes #126617
Diffstat (limited to 'pkgs/top-level/release.nix')
-rw-r--r--pkgs/top-level/release.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix
index e62c3ecc19b9e..e04b6e7e681ab 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