checks: disable all failing aarch64-linux checks

This commit is contained in:
Michael Hoang
2025-03-24 11:31:45 +09:00
parent cc1b356a94
commit 9ca5cb7bcc
5 changed files with 6 additions and 5 deletions

View File

@@ -42,7 +42,8 @@
closureInfo = pkgs.closureInfo { rootPaths = dependencies; };
in
{
checks = pkgs.lib.mkIf (pkgs.stdenv.isLinux) {
# Fails on `aarch64-linux` currently as some dependencies are not specified
checks = pkgs.lib.mkIf (pkgs.stdenv.isLinux && !pkgs.stdenv.isAarch64) {
flash = (import ../lib/test-base.nix) {
name = "flash";
nodes.target = {