perfsonar / unibuild

A kit for building repositories of packaged software
Apache License 2.0
1 stars 0 forks source link

Unbuild build without the installation steps #28

Closed laeti-tia closed 1 year ago

laeti-tia commented 1 year ago

In some situations, to speed up build or to avoid unnecessary convoluted container setup, it might be useful to do a unibuild build without the installation part. That would be do all the clean up, make and gather, but skip the install task.

Of course, this can only be done when there is no build dependency down the build-order chain.