-
Notifications
You must be signed in to change notification settings - Fork 266
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
CI: Add Cygwin CMake run #2930
CI: Add Cygwin CMake run #2930
Conversation
Copied from MehdiChinoune's MSYS CMake CI run.
Why isn't CYGWIN_NOWINPATH working?
This should really not be needed
That's the one that needed it.
Let's see if the build works without these. The export-everything is going to be the real test. LDFLAGS="-Wl,--export-all-symbols" MAKE=/usr/bin/make
Already skipped on MinGW, so I don't feel bad skipping it on Cygwin too. Still haven't figured out why it's crashing. I should probably look into why Autotools is fine.
I don't know that it ever worked before, and it isn't working now.
I suspect the DAP failure in libcurl on Linux is unrelated. |
Still trying to figure out what's going on here, as the DAP issue (whether related or not) is not occurring on other branches. |
The Ubuntu failure looks like a network issue, and the MacOS failures passed on the re-run, so I'm not sure what's going on there. On the other hand, the DAP/libcurl issue seems to have gone away. |
Yeah. This is all very puzzling and not exactly a confidence builder in Github Actions. |
Largely copied from MehdiChinoune's MSYS CMake CI run (#2917).
Doesn't enable DAP, and skips nc_test4_tst_filter due to a failure I don't understand and can't reproduce locally.
Largely in line with the Autotools build otherwise, except the skipped test works under Autotools (it's marked XFAIL for MINGW there).