Skip to content

Commit

Permalink
ci: temporarily skip hbmame on aarch64-linux
Browse files Browse the repository at this point in the history
The GitHub workflow is timing out.
  • Loading branch information
Rhys-T authored Oct 18, 2024
1 parent b62d0a9 commit 7b271c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ let
licenseFromMeta = p.meta.license or [];
licenseList = if builtins.isList licenseFromMeta then licenseFromMeta else [licenseFromMeta];
in
(platform != "aarch64-linux" || !lib.hasInfix "hbmame" (p.name or "")) &&
lib.meta.availableOn pkgs.hostPlatform p &&
!(p.meta.broken or false) &&
builtins.all (license: license.free or true) licenseList &&
Expand Down

0 comments on commit 7b271c8

Please sign in to comment.