mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 02:55:39 +00:00
Add {pkgsMusl,pkgsStatic}.stdenv to build on hydra (#89425)
* 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 <mjbauer95@gmail.com>
This commit is contained in:
parent
5a8cdcc278
commit
fb6c3cee64
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user