Closed amstewart closed 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.
--desirable-only
Signed-off-by: Alex Stewart alex.stewart@ni.com
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.
bash ../scripts/pipelines/build.extra-feeds.sh -d
packagegroup-ni-desirable
package-index
@ni/rtos
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 builtpackagegroup-ni-desirable
and thepackage-index
, but skipped the full extra feed target.@ni/rtos