darwin: temporarily disable bootstrap stdenv test

The update bootstrap tools requires changes from the upcoming llvm
update in order to work.

Fixes #126617
This commit is contained in:
Daiderd Jordan 2021-06-13 10:47:13 +02:00
parent 40ffedfb38
commit d429c33e19
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -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