Skip to content

Add windows builds to cibuildwheel workflow#308

Closed
jonathangreen wants to merge 1 commit into
xmlsec:masterfrom
jonathangreen:feature/ci-build-wheel-windows
Closed

Add windows builds to cibuildwheel workflow#308
jonathangreen wants to merge 1 commit into
xmlsec:masterfrom
jonathangreen:feature/ci-build-wheel-windows

Conversation

@jonathangreen
Copy link
Copy Markdown
Contributor

@mxamin this adds the windows jobs back into the cibuildwheel workflow, so you can see how they are failing. This is the same code as #294 with a couple lines added in this commit 412127b to enable the windows builds.

The blocker here for getting the windows builds to go green is that I don't know much about python builds on windows. I did take a quick look though the code in setup.py when I was doing the other CI updates, and it looks like the windows builds depend on some pre-build binaries from this repo: https://github.com/bgaifullin/libxml2-win-binaries. See setup.py#L216.

This seems very similar to what lxml is doing for its windows builds:
https://github.com/lxml/lxml/blob/a9f31d9ba0f6db7b0c6576b4b9014a4ea7649eca/buildlibxml.py#L29-L36

It seems like the repo with those binaries in it may need to be updated (and maybe moved into the xmlsec github org?) to get the windows builds working.

@jonathangreen jonathangreen force-pushed the feature/ci-build-wheel-windows branch from c8c6542 to c37bcb2 Compare April 10, 2024 12:25
@jonathangreen jonathangreen deleted the feature/ci-build-wheel-windows branch November 14, 2024 00:17
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.

1 participant