From f3693b06470bdd484a06bf8b25bffe059dcb7ae4 Mon Sep 17 00:00:00 2001 From: Will Dietz Date: Mon, 25 Jun 2018 11:16:10 -0500 Subject: [PATCH] make-bootstrap-tools-cross: remove broken i686-musl variant Not terribly difficult to get this working, but until it does remove it so the cross jobset doesn't have the failures this introduces. --- pkgs/stdenv/linux/make-bootstrap-tools-cross.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/stdenv/linux/make-bootstrap-tools-cross.nix b/pkgs/stdenv/linux/make-bootstrap-tools-cross.nix index 6c217be4ea3..0dd65bd2478 100644 --- a/pkgs/stdenv/linux/make-bootstrap-tools-cross.nix +++ b/pkgs/stdenv/linux/make-bootstrap-tools-cross.nix @@ -14,7 +14,6 @@ in with (import ../../../lib).systems.examples; { armv7l = make armv7l-hf-multiplatform; aarch64 = make aarch64-multiplatform; x86_64-musl = make musl64; - i686-musl = make musl32; armv6l-musl = make muslpi; aarch64-musl = make aarch64-multiplatform-musl; riscv64 = make riscv64;