Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: enable cygwin skipped tests #716

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

henryiii
Copy link
Contributor

No description provided.

@henryiii
Copy link
Contributor Author

Looks like CMake doesn't build under Cygwin. Likely will need to be skipped in pyproject.toml's for now.

@DWesl
Copy link

DWesl commented May 21, 2022

Locally, it appears the python cmake package defines _WIN32 or __WIN32__ on Cygwin, which breaks its bundled curl build. Is there some way to tell it to use the system curl (libcurl-devel)? I think CMake itself stopped displaying the "CMake no longer defines _WIN32 on Cygwin" message, but that's been around for years.

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants