From 17a61d35b79017368a13fe505fbf8271feceddda Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Wed, 13 Dec 2023 14:32:10 +0100 Subject: [PATCH] Re-disable `aarch64-linux` in CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Still getting `stack overflow` 😭 --- ci/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/default.nix b/ci/default.nix index 159aece..6cfd6fc 100644 --- a/ci/default.nix +++ b/ci/default.nix @@ -4,7 +4,7 @@ ]; herculesCI.ciSystems = [ "x86_64-linux" - "aarch64-linux" + # "aarch64-linux" ]; hercules-ci.flake-update = { enable = true;