ni / nilrt

Tools to build NI Linux RT distribution.
MIT License
80 stars 69 forks source link

build.extra-feeds.sh: add --desirable-only option #104

Closed amstewart closed 2 years ago

amstewart commented 2 years ago

Building the entire extra feed can take an exceptionally long time (on the order of ~12 hours on a machine without an sstate-cache).

Add a --desirable-only option to the extra feed build script which will skip the full 'extra' feed and only build the '-ni-desirable' packagegroup.

Signed-off-by: Alex Stewart alex.stewart@ni.com

Testing

bash ../scripts/pipelines/build.extra-feeds.sh -d on my dev machine and confirmed that the pipeline built packagegroup-ni-desirable and the package-index, but skipped the full extra feed target.

@ni/rtos