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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sun Nov 25 17:04:33 UTC 2018


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

New commits:
commit 74d6476a045ff2cad36deac51228712d992fb98b
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Sun Nov 25 18:03:33 2018 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Sun Nov 25 18:03:33 2018 +0100

    Enabling Developer Toolset 7 for Jenkins' lo_callgrind_linux
    
    ...aka "Callgrind Linux", <https://ci.libreoffice.org/job/lo_callgrind_linux/>
    
    Change-Id: I518e579ec4ca7b36f700ed412d86feef37c3e203

diff --git a/distro-configs/Jenkins/PerfSuite_Linux.conf b/distro-configs/Jenkins/PerfSuite_Linux.conf
index fcb6009bec03..504ee92d1fe3 100644
--- a/distro-configs/Jenkins/PerfSuite_Linux.conf
+++ b/distro-configs/Jenkins/PerfSuite_Linux.conf
@@ -6,3 +6,5 @@
 --disable-ccache
 --enable-symbols
 --enable-mergelibs
+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