this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[ci] Build both DEBs and RPMs by default

The build is now fast enough that we can build both faster than we used
to build each individual type.

For context, the fully cached (with `ccache`) build for both takes a
total of about 7 minutes, whereas a non-cached full build of just the
DEBs used to take about 12 minutes. I expect that on average, building
them both when there are source changes (i.e. when only part of the
build is cached) would likely take a total of about 10 minutes.

authored by

Ariel Abreu and committed by
Thomas A
a0ca3928 a405dbea

+1 -1
+1 -1
ci/Jenkinsfile
··· 11 11 12 12 parameters { 13 13 booleanParam(name: 'DEB', defaultValue: true, description: 'If true, build Debian packages.') 14 - booleanParam(name: 'RPM', defaultValue: false, description: 'If true, build RPM packages.') 14 + booleanParam(name: 'RPM', defaultValue: true, description: 'If true, build RPM packages.') 15 15 } 16 16 17 17 triggers {