Skip to content

WIP: Reduce size of build artifacts

Paul Gessinger-Befurt requested to merge pagessin/acts-core:artifact-size into master

This MR takes two steps:

  1. Remove all .o files from the build, we don't need those
  2. Build 3/4 of builds with Release to reduce file size, and 1/4 with Debug. We only need Debug info for the coverage job, so that one uses the one build artifact where Debug info is available

@rlangenb @msmk

Merge request reports