Skip to content
  • Ben Gamari's avatar
    gitlab-ci: Split build into two halves · 68d6a716
    Ben Gamari authored
    Currently we are having quite some trouble keeping up with our build volume due
    to the number of configurations we have. I've split the pipeline into two
    halves:
    
     * build, which builds just vanilla deb9-linux with make and hadrian
     * full-build, which builds everything else
    
    This will trade-off some latency to more efficient use of our builders.
    68d6a716
Validating GitLab CI configuration… Learn more