Skip to content

Commit

Permalink
Merge pull request #245963 from amjoseph-nixpkgs/pr/linux/kernel/repick
Browse files Browse the repository at this point in the history
  • Loading branch information
Artturin committed Aug 28, 2023
2 parents 974a40b + 46383fc commit a5bf256
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/os-specific/linux/kernel/manual-config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,9 @@ let
maintainers.thoughtpolice
];
platforms = platforms.linux;
badPlatforms =
lib.optionals (lib.versionOlder version "4.15") [ "riscv32-linux" "riscv64-linux" ] ++
lib.optional (lib.versionOlder version "5.19") "loongarch64-linux";
timeout = 14400; # 4 hours
} // extraMeta;
};
Expand Down

0 comments on commit a5bf256

Please sign in to comment.