Skip to content

Commit

Permalink
scx.full: remove aarch64-linux from badPlatforms
Browse files Browse the repository at this point in the history
builds on aarch64-linux now.

(cherry picked from commit 0f40303)
  • Loading branch information
JohnRTitor authored and github-actions[bot] committed Dec 23, 2024
1 parent 383bce3 commit 69e7a92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkgs/os-specific/linux/scx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ let
changelog = "https://github.com/sched-ext/scx/releases/tag/v${versionInfo.scx.version}";
license = lib.licenses.gpl2Only;
platforms = lib.platforms.linux;
badPlatforms = [ "aarch64-linux" ];
maintainers = with lib.maintainers; [ johnrtitor ];
};
};
Expand Down

0 comments on commit 69e7a92

Please sign in to comment.