From 306f83e3573c50e966daff36d42ca9a3beac1292 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 25 Aug 2025 14:30:05 +0200 Subject: [PATCH] flash: skip test on aarch64-linux --- checks/flash/flake-module.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/checks/flash/flake-module.nix b/checks/flash/flake-module.nix index 539f936be..4526b54de 100644 --- a/checks/flash/flake-module.nix +++ b/checks/flash/flake-module.nix @@ -55,7 +55,8 @@ closureInfo = pkgs.closureInfo { rootPaths = dependencies; }; in { - checks = pkgs.lib.mkIf pkgs.stdenv.isLinux { + # Skip flash test on aarch64-linux for now as it's too slow + checks = lib.optionalAttrs (pkgs.stdenv.isLinux && pkgs.hostPlatform.system != "aarch64-linux") { nixos-test-flash = self.clanLib.test.baseTest { name = "flash"; nodes.target = {