From 84daff4b8482c3ed5703df995b61d3223240f293 Mon Sep 17 00:00:00 2001 From: Andrew Childs Date: Wed, 16 Dec 2020 17:36:38 +0900 Subject: [PATCH] Revert "release: disable darwin bootstrapped stdenv test" The bootstrap tools are now aligned. This reverts commit c5b0f56ae4e4ff22ecb56676bc583c6e750a5688. --- pkgs/top-level/release.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix index cacc77fea30..5fc6e91b311 100644 --- a/pkgs/top-level/release.nix +++ b/pkgs/top-level/release.nix @@ -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; }; };