distro-configs/Jenkins/linux_clang_dbgutil_64 | 2 ++ distro-configs/Jenkins/linux_gcc_release_64 | 2 ++ 2 files changed, 4 insertions(+)
New commits: commit a59cf3db7088b41ea7d2863335cde9c3d5fec469 Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Mon Mar 28 16:28:34 2022 +0200 Commit: Christian Lohmaier <lohmaier+libreoff...@googlemail.com> CommitDate: Mon Mar 28 20:33:18 2022 +0200 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+libreoff...@googlemail.com> 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