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
The current CI pipeline is optimized towards build speed, so only new/updated/modified packages are built. This may result in PKGBUILDs silently breaking due to external effects (new compiler version, renamed dependencies, ...) or changes in our tooling that were not tested with all packages. Therefore it makes sense to run regular rebuilds of packages automatically, e.g. through a Drone Cronjob:
download package database
check builddate values
if builddate is > 1 month old → rebuild base package
The text was updated successfully, but these errors were encountered:
The current CI pipeline is optimized towards build speed, so only new/updated/modified packages are built. This may result in PKGBUILDs silently breaking due to external effects (new compiler version, renamed dependencies, ...) or changes in our tooling that were not tested with all packages. Therefore it makes sense to run regular rebuilds of packages automatically, e.g. through a Drone Cronjob:
The text was updated successfully, but these errors were encountered: