README.md                                     |    2 +-
 distro-configs/Jenkins/windows_msc_dbgutil_64 |   13 +++++++++++++
 2 files changed, 14 insertions(+), 1 deletion(-)

New commits:
commit 692a04a1a7bc2351e71d00bf197a15d8a0720577
Author:     Christian Lohmaier <[email protected]>
AuthorDate: Fri Oct 10 12:16:41 2025 +0200
Commit:     Christian Lohmaier <[email protected]>
CommitDate: Mon Oct 13 14:02:05 2025 +0200

    windows baseline: bump to VS 2022/add new Jenkins distro-config
    
    new baseline on Jenkins is using wsl-as-helper style build and Visual
    Studio 2022. CI will use Winodws Server 2025, release builds will use
    Windows 11 Pro.
    
    biggest change for CI (apart from using VS2022) is the switch to doing
    64bit builds instead of 32bit ones
    
    Also update README.md accordingly.
    
    Removal of cygwin support is not planned at the moment/in the near
    future (but is also no longer actively covered by CI)
    Support for Visual Studio 2019 will be dropped once code makes use of
    features only covered by Vsual Studio 2022 or newer
    
    Change-Id: I52b80433f985b081a57a24d7ccbf4c3c6d432935
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/192159
    Tested-by: Jenkins
    Reviewed-by: Christian Lohmaier <[email protected]>

diff --git a/README.md b/README.md
index 3af7dc708128..3159d4b7d4e8 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ run and compile LibreOffice, also used by the TDF builds:
 
 * Windows:
     * Runtime: Windows 10
-    * Build: Cygwin + Visual Studio 2019 version 16.10
+    * Build: 
[wsl-as-helper](https://wiki.documentfoundation.org/Development/BuildingOnWSLWindows)
 + Visual Studio 2022
 * macOS:
     * Runtime: 11
     * Build: 13 or later + Xcode 14.3 or later (using latest version available 
for a given version of macOS)
diff --git a/distro-configs/Jenkins/windows_msc_dbgutil_64 
b/distro-configs/Jenkins/windows_msc_dbgutil_64
new file mode 100644
index 000000000000..7ced61e99876
--- /dev/null
+++ b/distro-configs/Jenkins/windows_msc_dbgutil_64
@@ -0,0 +1,13 @@
+--host=x86_64-pc-cygwin
+--enable-dbgutil
+--disable-dependency-tracking
+--enable-odk
+--disable-online-update
+--with-visual-studio=2022
+--enable-python=fully-internal
+--without-lxml
+--with-external-tar=E:/lo/lo-externaltar
+--with-strawberry-perl-portable=E:/lo/spp
+--with-ant-home=E:/lo/apache-ant-1.10.15
+--with-junit=E:/lo/junit-4.10.jar
+--with-doxygen=E:/lo/spp/c/bin/doxygen.exe

Reply via email to