forked from lix-project/hydra
parent
68afa2bf6f
commit
5a1f2a50e5
1 changed files with 2 additions and 1 deletions
|
@ -251,7 +251,8 @@ struct Machine
|
||||||
{
|
{
|
||||||
/* Check that this machine is of the type required by the
|
/* Check that this machine is of the type required by the
|
||||||
step. */
|
step. */
|
||||||
if (!systemTypes.count(step->drv.platform)) return false;
|
if (!systemTypes.count(step->drv.platform == "builtin" ? nix::settings.thisSystem : step->drv.platform))
|
||||||
|
return false;
|
||||||
|
|
||||||
/* Check that the step requires all mandatory features of this
|
/* Check that the step requires all mandatory features of this
|
||||||
machine. (Thus, a machine with the mandatory "benchmark"
|
machine. (Thus, a machine with the mandatory "benchmark"
|
||||||
|
|
Loading…
Reference in a new issue