You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow to specify a different build number for a single package
This commit allow to specify a different build number for a single
package, to allow to perform a fix to a build of a single package,
without the need to do a full rebuild.
This is an advanced option, so special care is needed:
* A rebuild is only possible if it does not change the version
or in any other way the ABI of the package.
* On the following full rebuild, it is important to make sure that
the build number select is higher then any custom build number used for single packages.
0 commit comments