diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-11-25 23:08:53 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-11-25 23:08:53 +0100 |
commit | 91aba7ca4f0f8d0b08802b65bfd62fbf3532315f (patch) | |
tree | fea0dd60e13e9bdd21cfd378b11efc98714e2900 /distro-configs | |
parent | 71bbaa87a8dd4dd574607bfdc7824e0579a6ec57 (diff) |
Revert "Enabling Developer Toolset 7 for Jenkins' lo_callgrind_linux"
This reverts commit 74d6476a045ff2cad36deac51228712d992fb98b. Developer
Toolset 7 has apparently not yet been installed on vm139 (the node exclusively
executing this job), see
<https://ci.libreoffice.org/job/lo_callgrind_linux/6525/console>:
> checking for gcc... /opt/rh/devtoolset-7/root/usr/bin/gcc
> checking whether the C compiler works... no
> configure: error: in `/home/buildslave/lode/jenkins/workspace/lo_callgrind_linux':
> configure: error: C compiler cannot create executables
> See `config.log' for more details
> Error running configure at /home/buildslave/lode/jenkins/workspace/lo_callgrind_linux/autogen.sh line 296.
Diffstat (limited to 'distro-configs')
-rw-r--r-- | distro-configs/Jenkins/PerfSuite_Linux.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/distro-configs/Jenkins/PerfSuite_Linux.conf b/distro-configs/Jenkins/PerfSuite_Linux.conf index 504ee92d1fe3..fcb6009bec03 100644 --- a/distro-configs/Jenkins/PerfSuite_Linux.conf +++ b/distro-configs/Jenkins/PerfSuite_Linux.conf @@ -6,5 +6,3 @@ --disable-ccache --enable-symbols --enable-mergelibs -CC=/opt/rh/devtoolset-7/root/usr/bin/gcc -CXX=/opt/rh/devtoolset-7/root/usr/bin/g++ |