From 05cef6dd4018981b6b1e9fdf04da23a711dca1f6 Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Tue, 6 Mar 2018 12:38:01 -0500 Subject: [PATCH] Add FreeBSD10 builders --- lib/config.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/lib/config.json b/lib/config.json index 3a01f09..a1c0e60 100644 --- a/lib/config.json +++ b/lib/config.json @@ -286,6 +286,20 @@ "tags" : [ "freebsd", "x86_64", "cc-with-index", "TEST" ], "slavenames" : [ "koobs-freebsd-current" ] }, + + + { "name" : "FreeBSD10-x86_64-m64", "type" : "PlainBSD_c64t64", + "builddir" : "freebsd10-x86-64", + "tags" : [ "freebsd", "freebsd10", "x86_64", "index", "TEST" ], + "slavenames" : [ "koobs-freebsd10" ] }, + + { "name" : "FreeBSD10-x86_64-cc-with-index", + "type" : "IndexBuildBSD", + "builddir" : "freebsd10-x86-64-cc-with-index", + "tags" : [ "freebsd", "freebsd10", "x86_64", "cc-with-index", "TEST" ], + "slavenames" : [ "koobs-freebsd10" ] }, + + { "name" : "Ubuntu-AArch64-m64", "type" : "Plain_c64t64", "builddir" : "ubuntu-aarch64-m64", @@ -366,6 +380,9 @@ "FreeBSD-x86_64-m64", "FreeBSD-x86_64-cc-with-index", + "FreeBSD10-x86_64-m64", + "FreeBSD10-x86_64-cc-with-index", + "Ubuntu-AArch64-m64", "Ubuntu-AArch64-native-gdbserver-m64", @@ -420,6 +437,9 @@ "FreeBSD-x86_64-m64", "FreeBSD-x86_64-cc-with-index", + "FreeBSD10-x86_64-m64", + "FreeBSD10-x86_64-cc-with-index", + "Ubuntu-AArch64-m64", "Ubuntu-AArch64-native-gdbserver-m64",