nix-community / linuxkit-nix

An easy to use Linux builder for macOS [maintainer=@nicknovitski]
Other
133 stars 26 forks source link

Override requiredSystemFeatures from linuxkit kernel #1

Closed marsam closed 6 years ago

marsam commented 6 years ago

This allows to build the linuxkit kernel with docker remote builder, which does not have the feature big-parallel, otherwise fails with the message:

error: a 'x86_64-linux' is required to build '/nix/store/dgp6lijq18a0jvvni12nv3hqqkvf0rpp-linux-4.9.107-linuxkit.drv', but I am a 'x86_64-darwin'
puffnfresh commented 6 years ago

I think the builder should enable big-parallel instead.

graham-at-target commented 6 years ago

I agree with @puffnfresh.