Merged
Conversation
Collaborator
|
some low-level rust packages require changes to make work on cygwin. in most cases it's adding some cfg's (like edit: compile error output literally tells to add some extra cfg conditions |
Collaborator
|
bytecodealliance/rustix#1410 ^ backport these + ensure that some deps are up-to-date, then try again... |
Member
Author
|
thanks. I also got these some time (this log is from testing with another package): |
Collaborator
|
I've just looked at source. seems easy to fix |
Collaborator
|
that's how far I get. the problem is that |
Collaborator
|
rustls is still compiled even when it's disabled |
Member
Author
|
thanks, blocked on PyO3/maturin#1858 then I guess |
disable all features except cli-completion to make it build
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Doesn't build, feel free to improve it. (I'd assume it needs rust ecosystem fixes, so not easy)
Disabling rusttls makes it fail in https://github.com/bytecodealliance/target-lexicon I think