summaryrefslogtreecommitdiffstats
path: root/job-cfg/rebootstrap.yaml.py
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2014-06-17 19:54:18 +0200
committerHolger Levsen <holger@layer-acht.org>2014-06-17 20:00:44 +0200
commitc39e24c2cb95b4e6541e87557cf31ff5bbc946b7 (patch)
tree794c0b55bce4943450624ca19f28aad013c20506 /job-cfg/rebootstrap.yaml.py
parent5a38cd568dd798254db2a5d77ebfae455e9fb7ba (diff)
downloadjenkins.debian.net-c39e24c2cb95b4e6541e87557cf31ff5bbc946b7.tar.xz
rebootstrap: new architectures
* sh4 succeeds in gcc dance * mips64el suggested by Aurelien Jarno
Diffstat (limited to 'job-cfg/rebootstrap.yaml.py')
-rwxr-xr-xjob-cfg/rebootstrap.yaml.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/job-cfg/rebootstrap.yaml.py b/job-cfg/rebootstrap.yaml.py
index 33ea5fa2..201e3743 100755
--- a/job-cfg/rebootstrap.yaml.py
+++ b/job-cfg/rebootstrap.yaml.py
@@ -3,9 +3,10 @@
architectures = """
i386
hppa
- mips mipsel
+ mips mips64el mipsel
powerpc powerpcspe ppc64 ppc64el
s390 s390x
+ sh4
sparc sparc64
x32
""".split()