Revert "release: disable darwin bootstrapped stdenv test"

The bootstrap tools are now aligned.

This reverts commit c5b0f56ae4.
gstqt5
Andrew Childs 2020-12-16 17:36:38 +09:00
parent 34c8fae439
commit 84daff4b84
1 changed files with 1 additions and 6 deletions

View File

@ -173,13 +173,8 @@ let
in {
# Lightweight distribution and test
inherit (bootstrap) dist test;
# Test a full stdenv bootstrap from the bootstrap tools definition
# Temporarily disabled. The darwin bootstrap is transitioning the
# structure of bootstrap tools. The tools that are generated as
# part of the current package set cannot be unpacked in the same
# way as the tools used by the current package set.
# inherit (bootstrap.test-pkgs) stdenv;
inherit (bootstrap.test-pkgs) stdenv;
};
};