From ce2f74df2cade57e74c235292c8b074281903e71 Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Wed, 10 Jul 2019 12:35:48 +0200 Subject: [PATCH] Revert "systems/doubles.nix: add Apple doubles" The lib tests need to be fixed as well. This unbreaks the tarball job. This reverts commit 00ba557856d6217121e50ea69c251e9458d9dc08. --- lib/systems/doubles.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/systems/doubles.nix b/lib/systems/doubles.nix index 39018d045b3..09e9089aa6f 100644 --- a/lib/systems/doubles.nix +++ b/lib/systems/doubles.nix @@ -13,11 +13,9 @@ let "i686-cygwin" "i686-freebsd" "i686-linux" "i686-netbsd" "i686-openbsd" - "x86_64-cygwin" "x86_64-freebsd" "x86_64-linux" + "x86_64-cygwin" "x86_64-darwin" "x86_64-freebsd" "x86_64-linux" "x86_64-netbsd" "x86_64-openbsd" "x86_64-solaris" - "x86_64-darwin" "aarch64-ios" "armv7a-ios" "x86_64-ios" "i686-ios" - "x86_64-windows" "i686-windows" "wasm64-wasi" "wasm32-wasi"