office-gobmx/distro-configs/Jenkins/linux_gcc_release_64
Stephan Bergmann a59cf3db70 Reduce variance in what Jenkins Gerrit builders pick up from their environment
e.g., <https://ci.libreoffice.org/job/gerrit_linux_gcc_release/114702/> on tb91
apparently picked up --enable-dconf and --enable-python=system (and failed, for
unclear reasons), while a corresponding
<https://ci.libreoffice.org/job/gerrit_linux_gcc_release/114728/> on tb89 didn't
(and succeeded)

Change-Id: I9ddd66ff7f1c6595a6cce65365f1cb0a07b6d67e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132216
Tested-by: Jenkins
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2022-03-28 20:33:18 +02:00

9 lines
245 B
Text

CC=/opt/rh/devtoolset-7/root/usr/bin/gcc
CXX=/opt/rh/devtoolset-7/root/usr/bin/g++
--enable-kf5
--disable-dependency-tracking
--with-jdk-home=/etc/alternatives/java_sdk_11
--enable-odk
--enable-mergelibs
--disable-dconf
--enable-python=internal