Skip to content

ci-package-builder: Build sources only once

Emanuele Aina requested to merge wip/em/build-once into master

Simplify the pipeline by:

  1. computing if this is a release build in the preparation stage
  2. building the sources only once
  3. avoiding the _build-{snapshot|release} directory dance

This saves some resources since on big packages building the sources can take a non-trivial amount of time.

Edited by Emanuele Aina

Merge request reports