From 353d1bf3a8868a54f1127d21d35bfe021ebd46d0 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Mon, 11 Dec 2017 07:01:23 -0500 Subject: [PATCH] Don't check aarch64 or i686 yet --- ofborg/src/outpaths.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ofborg/src/outpaths.nix b/ofborg/src/outpaths.nix index d8fa48e..daea2aa 100644 --- a/ofborg/src/outpaths.nix +++ b/ofborg/src/outpaths.nix @@ -5,8 +5,9 @@ let # Compromise: accuracy vs. resources needed for evaluation. { supportedSystems = [ - "aarch64-linux" - "i686-linux" + # Not ready to evaluate these archs, see #32365 + # "aarch64-linux" + # "i686-linux" "x86_64-linux" "x86_64-darwin" ];