[Libreoffice-commits] core.git: distro-configs/Jenkins

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Dec 3 13:11:46 UTC 2018


 distro-configs/Jenkins/Linux_rel_master.conf |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 0adc21fcff02d7172587c540a0d091e46dd399ca
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Mon Dec 3 11:34:26 2018 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Mon Dec 3 14:11:26 2018 +0100

    Enabling Developer Toolset 7 for Jenkins' lo_tb_master_linux
    
    ...aka "Tinderbox on Master for Linux-DbgUtil",
    <https://ci.libreoffice.org/job/lo_tb_master_linux_dbg/>.  This is similar to
    ab8454eb26f72f2d4081d90cb7e60e53e4a5590d "Enabling Developer Toolset 7 for
    Jenkins' lo_tb_master_linux_dbg".  However, unlike lo_tb_master_linux_dbg, which
    is restricted to CentOS-based tb75-lilith, lo_tb_master_linux is restricted to
    label TB_Rel, which is currently matched to CentOS-based tb75-lilith,
    tb76-maggie, and tb76-pollux, plus non-CentOS based gandalf.  The latter thus
    doesn't have Developer Toolset 7, so setting CC/CXX this way won't work for
    gandalf.  I'm thus removing gandalf from
    <https://ci.libreoffice.org/label/TB_Rel/>.
    
    Change-Id: Ied305476347d107db4087f710c05300c84ae7e85
    Reviewed-on: https://gerrit.libreoffice.org/64444
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/distro-configs/Jenkins/Linux_rel_master.conf b/distro-configs/Jenkins/Linux_rel_master.conf
index 8494945080de..2ce88b800f0f 100644
--- a/distro-configs/Jenkins/Linux_rel_master.conf
+++ b/distro-configs/Jenkins/Linux_rel_master.conf
@@ -1 +1,3 @@
 --enable-kde4
+CC=/opt/rh/devtoolset-7/root/usr/bin/gcc
+CXX=/opt/rh/devtoolset-7/root/usr/bin/g++


More information about the Libreoffice-commits mailing list