This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[buildbot committed 3/3] Add a ppc and a ppc64le builders


---
 master.cfg                         | 2 ++
 scripts/slave/buildbot_selector.py | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/master.cfg b/master.cfg
index 7b3c50c..9ecb3f4 100644
--- a/master.cfg
+++ b/master.cfg
@@ -22,6 +22,8 @@ builder_map = {
   'glibc-x86_64-linux': 'glibc-ubuntu-trusty-slave2',
   'glibc-i686-linux': 'glibc-ubuntu-trusty-slave2',
   'glibc-power8-linux': 'fedora25-ppc64-power8-1',
+  'glibc-ppc-linux': 'debian8-ppc-power8-1',
+  'glibc-ppc64le-linux': 'fedora25-ppc64le-power8-1',
   'glibc-s390x-linux': 'marist-fedora-s390x',
   'glibc-aarch64-linux': 'reservedbit-xgene-ubuntu-aarch64',
 }
diff --git a/scripts/slave/buildbot_selector.py b/scripts/slave/buildbot_selector.py
index bd336a1..f05ad77 100755
--- a/scripts/slave/buildbot_selector.py
+++ b/scripts/slave/buildbot_selector.py
@@ -21,6 +21,8 @@ BOT_ASSIGNMENT = {
         '--with-cpu=power8',
         '--enable-lock-elision',
     ]),
+    'glibc-ppc-linux': bash('glibc-native.sh'),
+    'glibc-ppc64le-linux': bash('glibc-native.sh'),
     'glibc-s390x-linux': bash('glibc-native.sh'),
     'glibc-aarch64-linux': bash('glibc-native.sh', [
         '--enable-tunables'
-- 
2.9.4


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]