diff options
author | Helmut Grohne <helmut@subdivi.de> | 2014-07-18 17:11:19 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-07-20 14:52:20 +0200 |
commit | 3ec00e33258ccd69182f0b38bcabf9521513c995 (patch) | |
tree | 3130866969fab379e85d87211d102e3f0341dedf /job-cfg/rebootstrap.yaml.py | |
parent | b50ed264708361b5265ffce57e7830eeeb3a415e (diff) | |
download | jenkins.debian.net-3ec00e33258ccd69182f0b38bcabf9521513c995.tar.xz |
rebootstrap: sh4 does not have multilib
This commit removes the job rebootstrap_sh4_gcc49_nobiarch.
Diffstat (limited to 'job-cfg/rebootstrap.yaml.py')
-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 de70f5d9..321882db 100755 --- a/job-cfg/rebootstrap.yaml.py +++ b/job-cfg/rebootstrap.yaml.py @@ -6,7 +6,6 @@ architectures = """ mips mips64el mipsel powerpc powerpcspe ppc64 ppc64el s390 s390x - sh4 sparc sparc64 x32 """.split() @@ -17,6 +16,7 @@ mono_architectures = """ ia64 m68k or1k + sh4 """.split() architectures += mono_architectures |