Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Monthly rebuilds #36

Open
cbix opened this issue Apr 2, 2022 · 0 comments
Open

Monthly rebuilds #36

cbix opened this issue Apr 2, 2022 · 0 comments
Labels
tooling Scripts or CI

Comments

@cbix
Copy link
Member

cbix commented Apr 2, 2022

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:

  1. download package database
  2. check builddate values
  3. if builddate is > 1 month old → rebuild base package
@cbix cbix added the tooling Scripts or CI label Apr 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tooling Scripts or CI
Projects
None yet
Development

No branches or pull requests

1 participant