distro-configs/Jenkins/Linux_ubsan_master.conf | 1 + distro-configs/Jenkins/linux_clang_dbgutil_64 | 1 + 2 files changed, 2 insertions(+)
New commits: commit fdf541b6db62bbb53c2cfefc0564a36e257e456e Author: Stephan Bergmann <[email protected]> AuthorDate: Thu Dec 18 09:57:03 2025 +0100 Commit: Stephan Bergmann <[email protected]> CommitDate: Thu Dec 18 12:55:31 2025 +0100 Give PythonTest_pyuno_pytests_embindtest test coverage on some CI builds ...namely the Gerrit <https://ci.libreoffice.org/job/gerrit_linux_clang_dbgutil/> and the daily <https://ci.libreoffice.org/job/lo_ubsan/>. (PythonTest_pyuno_pytests_embindtest got recently introduced in 3320b5fe2e3c696f3e0f2e301c922d89108f5c12 "Add exhaustive testing of PyUNO type mapping based on embindtest" and is conditional on --enable-embindtest-uno.) Change-Id: I4f8af757bf1b605c0d0cfec29da94a6ecf63f1f2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/195830 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <[email protected]> diff --git a/distro-configs/Jenkins/Linux_ubsan_master.conf b/distro-configs/Jenkins/Linux_ubsan_master.conf index 436845e67d18..d2b414eecfbc 100644 --- a/distro-configs/Jenkins/Linux_ubsan_master.conf +++ b/distro-configs/Jenkins/Linux_ubsan_master.conf @@ -3,6 +3,7 @@ --enable-avahi --enable-dbgutil --enable-dbus +--enable-embindtest-uno --enable-eot --enable-epm --enable-evolution2 diff --git a/distro-configs/Jenkins/linux_clang_dbgutil_64 b/distro-configs/Jenkins/linux_clang_dbgutil_64 index fd1e0487c31b..c516bfd0c008 100644 --- a/distro-configs/Jenkins/linux_clang_dbgutil_64 +++ b/distro-configs/Jenkins/linux_clang_dbgutil_64 @@ -1,5 +1,6 @@ --enable-dbgutil --enable-compiler-plugins +--enable-embindtest-uno --enable-gtk4 --enable-qt5 --enable-qt6
