On Tue, 14 Jan 2025 19:26:47 +0100 Michael Soegtrop wrote: > Dear Cygwin Team, > > > I personally prefer releasing 3.5.6 ASAP > > Indeed this is also my preference - if it can be fixed soon (say this week). > > > Can you please test latest cygwin 3.6.0 (TEST) > > Even though I am using cygwin since many years, I can't say I understand > how to apply a patch to the cygwin DLL itself or how to install a test > or git main version of cygwin. In CI I run the cygwin setup program from > the command line. As far as I know, one cannot select package versions > on the command line. Obviously I cannot run the UI based cygwin setup on > a headless CI server. So how would I install cygwin 3.6.0 or git main on > a headless server?
If you run setup-x86_64.exe in your CI, please add "-t" option. If you are using github action, use allow-test-packages like: - name: Install Cygwin uses: egor-tensin/setup-cygwin@v4 with: packages: cmake gcc-g++ install-dir: C:\\tools\\cygwin64 allow-test-packages: true # <= In other case, what kind of CI are you using? -- Takashi Yano <takashi.y...@nifty.ne.jp> -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple