Hi Gregor Just mind that 4.22 comes with binary installers for platforms and to build windows on a mac you need to install (see readme in tooling/camel-exe
⏺ To install llvm-mingw on macOS: 1. Download the pinned release: curl -LO https://github.com/mstorsjo/llvm-mingw/releases/download/20260616/llvm-mingw-20260616-ucrt-macos-universal.tar.xz 2. Extract and add to PATH: tar xf llvm-mingw-20260616-ucrt-macos-universal.tar.xz export PATH="$PWD/llvm-mingw-20260616-ucrt-macos-universal/bin:$PATH" After that, x86_64-w64-mingw32-clang and aarch64-w64-mingw32-clang will be available and the build will work. On Fri, Aug 7, 2026 at 8:17 AM Claus Ibsen <[email protected]> wrote: > Hi Gregor > > Is you are reading this then the main branch is ready for cutting release. > Good luck. > > The 4.22.0 LTS is the most important to get released first, after that we > can do the 4.18.x and 4.14.x patch releases but those can wait when its a > better time for you. > > > On Sat, Jul 4, 2026 at 10:20 AM Gregor Zurowski <[email protected]> > wrote: > >> Hi, >> >> Early August works well for me, ideally before August 15. >> >> Thanks, >> Gregor >> >> On Tue, Jun 30, 2026 at 2:32 PM Claus Ibsen <[email protected]> >> wrote: >> > >> > Hi >> > >> > Gregor would it work for you to help cut the LTS release so its GA in >> start >> > of August. >> > There is demand to get a LTS release out with SB v4 support. >> > The last year LTS release was August 15th, but we would like it sooner. >> > >> > What timeline would work for you? >> > >> > >> > >> > -- >> > Claus Ibsen >> > > > -- > Claus Ibsen > -- Claus Ibsen
