From fb6c3cee64826494973fdf4eb362eecac3fd8a11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Fri, 5 Jun 2020 08:04:09 +0200 Subject: [PATCH] Add {pkgsMusl,pkgsStatic}.stdenv to build on hydra (#89425) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add pkgsMusl.stdenv to block nixpkgs channel * Don’t include i686-linux for pkgs{Musl,Static} musl bootstrapping is unavailable for i686-linux right now. so we can just exclude it from hydra. Co-authored-by: Matthew Bauer --- pkgs/top-level/release.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix index 60a4a679f16..fc317f51ab5 100644 --- a/pkgs/top-level/release.nix +++ b/pkgs/top-level/release.nix @@ -183,6 +183,9 @@ let idrisPackages = packagePlatforms pkgs.idrisPackages; agdaPackages = packagePlatforms pkgs.agdaPackages; + pkgsMusl.stdenv = [ "x86_64-linux" "aarch64-linux" ]; + pkgsStatic.stdenv = [ "x86_64-linux" "aarch64-linux" ]; + tests = packagePlatforms pkgs.tests; # Language packages disabled in https://github.com/NixOS/nixpkgs/commit/ccd1029f58a3bb9eca32d81bf3f33cb4be25cc66