diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2022-03-28 16:28:34 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2022-03-28 20:33:18 +0200 |
commit | a59cf3db7088b41ea7d2863335cde9c3d5fec469 (patch) | |
tree | 500b2621f98ecd752884cde885d5fed6b585fda5 /distro-configs | |
parent | a29f0554915bca051ad2fa7388c32b9c8a461099 (diff) |
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>
Diffstat (limited to 'distro-configs')
-rw-r--r-- | distro-configs/Jenkins/linux_clang_dbgutil_64 | 2 | ||||
-rw-r--r-- | distro-configs/Jenkins/linux_gcc_release_64 | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/distro-configs/Jenkins/linux_clang_dbgutil_64 b/distro-configs/Jenkins/linux_clang_dbgutil_64 index b2c041a55c5d..6262dae9276e 100644 --- a/distro-configs/Jenkins/linux_clang_dbgutil_64 +++ b/distro-configs/Jenkins/linux_clang_dbgutil_64 @@ -6,3 +6,5 @@ --disable-split-debug --with-jdk-home=/etc/alternatives/java_sdk_11 --enable-odk +--disable-dconf +--enable-python=internal diff --git a/distro-configs/Jenkins/linux_gcc_release_64 b/distro-configs/Jenkins/linux_gcc_release_64 index 1c61522d4099..37f0b4b46946 100644 --- a/distro-configs/Jenkins/linux_gcc_release_64 +++ b/distro-configs/Jenkins/linux_gcc_release_64 @@ -5,3 +5,5 @@ CXX=/opt/rh/devtoolset-7/root/usr/bin/g++ --with-jdk-home=/etc/alternatives/java_sdk_11 --enable-odk --enable-mergelibs +--disable-dconf +--enable-python=internal |