gentoo / cargo-ebuild

[MIRROR] cargo extension that can generate ebuilds using the in-tree eclasses
https://gitweb.gentoo.org/proj/cargo-ebuild.git
Apache License 2.0
33 stars 10 forks source link

add filter-platform option #23

Closed oatiz closed 2 years ago

leonardohn commented 2 years ago

Cargo requires all the optional dependencies to be available at build time, as mentioned here, so filtering won't work if the intent is to reduce the amount of downloaded dependencies.

oatiz commented 2 years ago

Cargo requires all the optional dependencies to be available at build time, as mentioned here, so filtering won't work if the intent is to reduce the amount of downloaded dependencies.

thanks a lot