summaryrefslogtreecommitdiffstats
path: root/job-cfg/rebootstrap.yaml.py
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2014-06-14 22:49:20 +0200
committerHelmut Grohne <helmut@subdivi.de>2014-06-14 22:49:20 +0200
commitf6dc9eaf0863c33d36efc5f3e217b6d319786278 (patch)
treefd33c2988bf592e3bdc6aed7b030e1686d57c295 /job-cfg/rebootstrap.yaml.py
parentef8f23cb0cdc96d4f7db4c0590aed776ddf8878a (diff)
downloadjenkins.debian.net-f6dc9eaf0863c33d36efc5f3e217b6d319786278.tar.xz
rebootstrap disable gcc-4.8 builds
It is now impossible to co-install the build-dependencies of binutils and the gcc-4.8 libraries (needed for Multi-Arch version-lock). Thus all gcc-4.8 rebootstraps are doomed to fail. This commit removes the following jobs: rebootstrap_alpha_gcc48 rebootstrap_arm_gcc48 rebootstrap_arm64_gcc48 rebootstrap_armel_gcc48 rebootstrap_armhf_gcc48 rebootstrap_hppa_gcc48 rebootstrap_hppa_gcc48_nobiarch rebootstrap_i386_gcc48 rebootstrap_i386_gcc48_nobiarch rebootstrap_ia64_gcc48 rebootstrap_m68k_gcc48 rebootstrap_mips_gcc48 rebootstrap_mips_gcc48_nobiarch rebootstrap_mipsel_gcc48 rebootstrap_mipsel_gcc48_nobiarch rebootstrap_or1k_gcc48 rebootstrap_powerpc_gcc48 rebootstrap_powerpc_gcc48_nobiarch rebootstrap_powerpcspe_gcc48 rebootstrap_powerpcspe_gcc48_nobiarch rebootstrap_ppc64_gcc48 rebootstrap_ppc64_gcc48_nobiarch rebootstrap_ppc64el_gcc48 rebootstrap_ppc64el_gcc48_nobiarch rebootstrap_s390_gcc48 rebootstrap_s390_gcc48_nobiarch rebootstrap_s390x_gcc48 rebootstrap_s390x_gcc48_nobiarch rebootstrap_sparc_gcc48 rebootstrap_sparc_gcc48_nobiarch rebootstrap_sparc64_gcc48 rebootstrap_sparc64_gcc48_nobiarch rebootstrap_x32_gcc48 rebootstrap_x32_gcc48_nobiarch
Diffstat (limited to 'job-cfg/rebootstrap.yaml.py')
-rwxr-xr-xjob-cfg/rebootstrap.yaml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/rebootstrap.yaml.py b/job-cfg/rebootstrap.yaml.py
index 5a3af6ec..b82e052c 100755
--- a/job-cfg/rebootstrap.yaml.py
+++ b/job-cfg/rebootstrap.yaml.py
@@ -20,7 +20,7 @@ mono_architectures = """
architectures += mono_architectures
-gcc_versions = """4.8 4.9""".split()
+gcc_versions = """4.9""".split()
print("""
- defaults: