a
This commit is contained in:
parent
287352e41a
commit
c37ff41ca3
2 changed files with 4 additions and 4 deletions
4
.github/workflows/cachix.yml
vendored
4
.github/workflows/cachix.yml
vendored
|
|
@ -25,10 +25,10 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
kernelVersion: ["5.4", "5.10", "5.11"]
|
||||
kernelVersion: ["54", "510", "511"]
|
||||
sched: [bmq, cfs, cacule, muqss, pds]
|
||||
include:
|
||||
- kernelVersion: "5.10"
|
||||
- kernelVersion: "510"
|
||||
sched: upds
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.4
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
}
|
||||
# For github workflow tests
|
||||
// builtins.listToAttrs (builtins.map (e: {
|
||||
name = "linux_tkg-${e.scheduler}-${e.version}";
|
||||
name = "linux_tkg-${e.scheduler}-${pkgs.lib.stringAsChars (x: if x == "." then "" else x) e.version}";
|
||||
value = callPackage ./packages/linux-tkg {
|
||||
inherit (e) scheduler version;
|
||||
kernelPatches = with pkgs.kernelPatches; [
|
||||
|
|
@ -41,7 +41,7 @@
|
|||
scheduler = ["bmq" "cfs" "cacule" "muqss" "pds"];
|
||||
version = ["5.4" "5.10" "5.11"];
|
||||
})) // {
|
||||
"linux_tkg-upds-5.10" = callPackage ./packages/linux-tkg {
|
||||
"linux_tkg-upds-510" = callPackage ./packages/linux-tkg {
|
||||
version = "5.10";
|
||||
scheduler = "upds";
|
||||
kernelPatches = with pkgs.kernelPatches; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue