about summary refs log tree commit diff
path: root/src/libstore/parsed-derivations.hh
AgeCommit message (Collapse)AuthorFilesLines
2018-09-28 Check requiredSystemFeatures for local buildsEelco Dolstra1-0/+2
For example, this prevents a "kvm" build on machines that don't have KVM. Fixes #2012.
2018-09-28 Move structured attrs handling into a separate classEelco Dolstra1-0/+33
This is primarily because Derivation::{can,will}BuildLocally() depends on attributes like preferLocalBuild and requiredSystemFeatures, but it can't handle them properly because it doesn't have access to the structured attributes.