Skip to content

CI: use shared archive for Knot DNS CI

Jakub Ružička requested to merge knot-dns-ci into master

Instead of running apkg make-archive in each job, run it once and reuse the existing archive in other Knot DNS jobs.

Advantages:

  • older distros (like CentOS 7) miss requirements to make the archive
  • apkg build/srcpkg --upstream --archive gets testing which is nice
  • slightly faster

Merge request reports