diff options
author | Helmut Grohne <helmut@subdivi.de> | 2014-06-17 19:54:18 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2014-06-17 19:54:18 +0200 |
commit | 0e224fce0742d14bd45c358a7228997421a40393 (patch) | |
tree | 794c0b55bce4943450624ca19f28aad013c20506 /job-cfg | |
parent | 5a38cd568dd798254db2a5d77ebfae455e9fb7ba (diff) | |
download | jenkins.debian.net-0e224fce0742d14bd45c358a7228997421a40393.tar.xz |
rebootstrap: new architectures
* sh4 succeeds in gcc dance
* mips64el suggested by Aurelien Jarno
Diffstat (limited to 'job-cfg')
-rwxr-xr-x | job-cfg/rebootstrap.yaml.py | 3 |
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() |