summaryrefslogtreecommitdiffstats
path: root/job-cfg/rebootstrap.yaml
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2014-04-16 06:58:00 +0200
committerHolger Levsen <holger@layer-acht.org>2014-04-16 08:27:17 +0200
commit0670bf319618deb5787b8fe9914f335f1349fb60 (patch)
treeda2a8946a0d2f2916de60c9162a8da33d9cb556d /job-cfg/rebootstrap.yaml
parent6ea26308c9a07a58c6d98aad15014ab97cc6dc7c (diff)
downloadjenkins.debian.net-0670bf319618deb5787b8fe9914f335f1349fb60.tar.xz
rebootstrap: add gcc-4.9 configurations
Since libatomic1 and libgcc1 switched from gcc-4.8 to gcc-4.9 in sid, installing gcc-4.8 stage3 is basically impossible without rebuilding a native gcc-4.8 as well and downgrading those libraries due to M-A:same requirements. Thus concentrate on gcc-4.9.
Diffstat (limited to 'job-cfg/rebootstrap.yaml')
-rw-r--r--job-cfg/rebootstrap.yaml24
1 files changed, 24 insertions, 0 deletions
diff --git a/job-cfg/rebootstrap.yaml b/job-cfg/rebootstrap.yaml
index 136d486f..fcb2c72d 100644
--- a/job-cfg/rebootstrap.yaml
+++ b/job-cfg/rebootstrap.yaml
@@ -61,12 +61,24 @@
- job-template:
defaults: rebootstrap
+ name: '{name}_arm64_gcc49_multilib'
+
+- job-template:
+ defaults: rebootstrap
name: '{name}_m68k'
- job-template:
defaults: rebootstrap
+ name: '{name}_m68k_gcc49'
+
+- job-template:
+ defaults: rebootstrap
name: '{name}_x32'
+- job-template:
+ defaults: rebootstrap
+ name: '{name}_x32_gcc49'
+
- project:
name: rebootstrap
@@ -84,11 +96,23 @@
my_arch: 'arm64'
my_params: 'ENABLE_MULTILIB=yes'
my_description: 'Verify bootstrappability of Debian with multilib for arm64'
+ - '{name}_arm64_gcc49_multilib':
+ my_arch: 'arm64'
+ my_params: 'GCC_VER=4.9 ENABLE_MULTILIB=yes'
+ my_description: 'Verify bootstrappability of Debian using gcc-4.9 with multilib for arm64'
- '{name}_m68k':
my_arch: 'm68k'
my_params: ''
my_description: 'Verify bootstrappability of Debian for m68k'
+ - '{name}_m68k_gcc49':
+ my_arch: 'm68k'
+ my_params: 'GCC_VER=4.9'
+ my_description: 'Verify bootstrappability of Debian using gcc-4.9 for m68k'
- '{name}_x32':
my_arch: 'x32'
my_params: ''
my_description: 'Verify bootstrappability of Debian for x32'
+ - '{name}_x32_gcc49':
+ my_arch: 'x32'
+ my_params: 'GCC_VER=4.9'
+ my_description: 'Verify bootstrappability of Debian using gcc-4.9 for x32'