4ZJIJCVFRNMKUEZDVHBLLVLWUM2OHFSVGC3A5HWDR3ZLS2TR77NAC if (systemTypes.find(step->drv.platform) == systemTypes.end()) return false;
/* Check that this machine is of the type required by thestep. */if (!systemTypes.count(step->drv.platform)) return false;/* Check that the step requires all mandatory features of thismachine. (Thus, a machine with the mandatory "benchmark"feature will *only* execute steps that require"benchmark".) The "preferLocalBuild" bit of a step ismapped to the "local" feature; thus machines that have"local" as a mandatory feature will only dopreferLocalBuild steps. */