distro-configs/Jenkins/windows_wsl_common.conf |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 11966e98211fb4c435f98db79b3a3de6ce15cc6b
Author:     Christian Lohmaier <[email protected]>
AuthorDate: Thu Oct 30 15:40:07 2025 +0100
Commit:     Christian Lohmaier <[email protected]>
CommitDate: Thu Oct 30 17:14:48 2025 +0100

    add --enable-werror to Jenkin's wsl config
    
    configure.ac has some checks whether LODE_HOME is set and enables
    --enable-werror by default if it is not set.
    For the wsl-as-helper style builds there is no LODE_HOME anymore
    and hence the switch wasn't used. Add it explicitly to restore the
    intended behavior.
    
    Change-Id: Id79a655f359cb6bbf56cc02f96c634c40a837079
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/193212
    Reviewed-by: Xisco Fauli <[email protected]>
    Tested-by: Jenkins
    Reviewed-by: Christian Lohmaier <[email protected]>

diff --git a/distro-configs/Jenkins/windows_wsl_common.conf 
b/distro-configs/Jenkins/windows_wsl_common.conf
index d56701ce1554..c03282114e35 100644
--- a/distro-configs/Jenkins/windows_wsl_common.conf
+++ b/distro-configs/Jenkins/windows_wsl_common.conf
@@ -3,6 +3,7 @@
 --with-visual-studio=2022
 --enable-python=fully-internal
 --without-lxml
+--enable-werror
 --with-external-tar=E:/lo/lo-externaltar
 --with-strawberry-perl-portable=E:/lo/spp
 --with-ant-home=E:/lo/apache-ant-1.10.15

Reply via email to