Skip to content

Commit

Permalink
Add baremetal_2a5 configs
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Dec 14, 2020
1 parent df31687 commit c23d7a6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions instances/aarch64-linux.nix
Expand Up @@ -56,6 +56,24 @@
features = [ "big-parallel" ];
};
};

"baremetal_2a5".configuration = {
favorability = 50;
nix = {
maxJobs = 22;
buildCores = 2;
makeAbout = true;
};
};
"baremetal_2a5--big-parallel".configuration = {
favorability = 50;
nix = {
maxJobs = 2;
buildCores = 22;
makeAbout = true;
features = [ "big-parallel" ];
};
};
};
};
}

0 comments on commit c23d7a6

Please sign in to comment.