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]

[PATCH] Add two new slaves


From: Igor Torrente <igortorrente@outlook.com>

Addition of two new slaves to cover the new build options for Power 8.

---
 master.cfg | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/master.cfg b/master.cfg
index 164d309..df71e2c 100644
--- a/master.cfg
+++ b/master.cfg
@@ -23,6 +23,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-ppc64le-linux-p8-nomultiarch': ['debian9-ppc64le-power8-1'],
+  'glibc-ppc64le-linux-p8-notunables': ['debian9-ppc64le-power8-1'],
   'glibc-ppc-linux': ['debian8-ppc-power8-1'],
   'glibc-ppc64le-linux': ['fedora25-ppc64le-power8-1'],
   'glibc-s390x-linux': ['marist-fedora-s390x'],
-- 
2.1.4


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