diff options
author | Helmut Grohne <helmut@subdivi.de> | 2014-06-14 22:49:20 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2014-06-14 22:49:20 +0200 |
commit | f6dc9eaf0863c33d36efc5f3e217b6d319786278 (patch) | |
tree | fd33c2988bf592e3bdc6aed7b030e1686d57c295 | |
parent | ef8f23cb0cdc96d4f7db4c0590aed776ddf8878a (diff) | |
download | jenkins.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
-rwxr-xr-x | job-cfg/rebootstrap.yaml.py | 2 |
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: |