Disabling 32-bit compile/test for Debian
This commit is contained in:
parent
3865c9bee3
commit
d003356c2b
1 changed files with 3 additions and 25 deletions
|
@ -43,45 +43,27 @@
|
||||||
"builddir" : "fedora-i686",
|
"builddir" : "fedora-i686",
|
||||||
"slavenames" : [ "fedora-x86-64-1", "fedora-x86-64-2" ] },
|
"slavenames" : [ "fedora-x86-64-1", "fedora-x86-64-2" ] },
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{ "name" : "Debian-x86_64-m64",
|
{ "name" : "Debian-x86_64-m64",
|
||||||
"type" : "Plain_c64t64",
|
"type" : "Plain_c64t64",
|
||||||
"builddir" : "debian-x86-64",
|
"builddir" : "debian-x86-64",
|
||||||
"slavenames" : [ "wildebeest-debian-wheezy-x86_64" ] },
|
"slavenames" : [ "wildebeest-debian-wheezy-x86_64" ] },
|
||||||
|
|
||||||
{ "name" : "Debian-x86_64-m32", "type" : "m32_c64t32",
|
|
||||||
"builddir" : "debian-x86-64-m32",
|
|
||||||
"slavenames" : [ "wildebeest-debian-wheezy-x86_64" ] },
|
|
||||||
|
|
||||||
{ "name" : "Debian-x86_64-native-gdbserver-m64",
|
{ "name" : "Debian-x86_64-native-gdbserver-m64",
|
||||||
"type" : "NativeGDBServer_c64t64",
|
"type" : "NativeGDBServer_c64t64",
|
||||||
"builddir" : "debian-x86-64-native-gdbserver",
|
"builddir" : "debian-x86-64-native-gdbserver",
|
||||||
"slavenames" : [ "wildebeest-debian-wheezy-x86_64" ] },
|
"slavenames" : [ "wildebeest-debian-wheezy-x86_64" ] },
|
||||||
|
|
||||||
{ "name" : "Debian-x86_64-native-gdbserver-m32",
|
|
||||||
"type" : "NativeGDBServer_c64t32",
|
|
||||||
"builddir" : "debian-x86-64-native-gdbserver-m32",
|
|
||||||
"slavenames" : [ "wildebeest-debian-wheezy-x86_64" ] },
|
|
||||||
|
|
||||||
{ "name" : "Debian-x86_64-native-extended-gdbserver-m64",
|
{ "name" : "Debian-x86_64-native-extended-gdbserver-m64",
|
||||||
"type" : "NativeExtendedGDBServer_c64t64",
|
"type" : "NativeExtendedGDBServer_c64t64",
|
||||||
"builddir" : "debian-x86-64-native-extended-gdbserver",
|
"builddir" : "debian-x86-64-native-extended-gdbserver",
|
||||||
"slavenames" : [ "wildebeest-debian-wheezy-x86_64" ] },
|
"slavenames" : [ "wildebeest-debian-wheezy-x86_64" ] },
|
||||||
|
|
||||||
{ "name" : "Debian-x86_64-native-extended-gdbserver-m32",
|
|
||||||
"type" : "NativeExtendedGDBServer_c64t32",
|
|
||||||
"builddir" : "debian-x86-64-native-extended-gdbserver-m32",
|
|
||||||
"slavenames" : [ "wildebeest-debian-wheezy-x86_64" ] },
|
|
||||||
|
|
||||||
{ "name" : "Debian-x86_64-cc-with-index",
|
{ "name" : "Debian-x86_64-cc-with-index",
|
||||||
"type" : "IndexBuild",
|
"type" : "IndexBuild",
|
||||||
"builddir" : "debian-x86-64-cc-with-index",
|
"builddir" : "debian-x86-64-cc-with-index",
|
||||||
"slavenames" : [ "wildebeest-debian-wheezy-x86_64" ] },
|
"slavenames" : [ "wildebeest-debian-wheezy-x86_64" ] },
|
||||||
|
|
||||||
{ "name" : "Debian-i686",
|
|
||||||
"arch_triplet" : "i686-unknown-linux-gnu",
|
|
||||||
"type" : "Plain_c32t32",
|
|
||||||
"builddir" : "debian-i686",
|
|
||||||
"slavenames" : [ "wildebeest-debian-wheezy-x86_64" ] }
|
|
||||||
],
|
],
|
||||||
|
|
||||||
"schedulers" : [ { "type" : "AnyBranchScheduler", "name" : "master",
|
"schedulers" : [ { "type" : "AnyBranchScheduler", "name" : "master",
|
||||||
|
@ -96,13 +78,9 @@
|
||||||
"Fedora-i686",
|
"Fedora-i686",
|
||||||
|
|
||||||
"Debian-x86_64-m64",
|
"Debian-x86_64-m64",
|
||||||
"Debian-x86_64-m32",
|
|
||||||
"Debian-x86_64-native-gdbserver-m64",
|
"Debian-x86_64-native-gdbserver-m64",
|
||||||
"Debian-x86_64-native-gdbserver-m32",
|
|
||||||
"Debian-x86_64-native-extended-gdbserver-m64",
|
"Debian-x86_64-native-extended-gdbserver-m64",
|
||||||
"Debian-x86_64-native-extended-gdbserver-m32",
|
"Debian-x86_64-cc-with-index" ]
|
||||||
"Debian-x86_64-cc-with-index",
|
|
||||||
"Debian-i686" ]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue