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

make ewext compileable on old systems UPD: added as feature flag #236

Merged
merged 3 commits into from
Dec 4, 2024

Conversation

kcalbxof
Copy link
Contributor

see rust-lang/rust#79609

This patch does make compilation of ewext work on Ubuntu 20.04 with old mingw version, but IT WILL BREAK current CI/CD workflow due to multiple definitions of _Unwind_Resume (understandably so). I am in no way the rust guru, so i though maybe you guys could do something with it, since it will be useful in a long run.

@bgkillas
Copy link
Collaborator

isn't this something we should never push? if its not fixed in master its probably more complicated

@kcalbxof
Copy link
Contributor Author

isn't this something we should never push? if its not fixed in master its probably more complicated

Yes, hence draft pull request. I could make it a separate feature that is toggled via flag while compiling, so that there is possibility to use this patch, but it would not interfere with anything else. If you guys cool with that, i will update this branch & PR with new commit that does that.

@kcalbxof kcalbxof marked this pull request as ready for review December 4, 2024 06:21
@kcalbxof kcalbxof changed the title WARNING! See description. make ewext compileable on old systems make ewext compileable on old systems UPD: added as feature flag Dec 4, 2024
@IntQuant IntQuant merged commit 6a1bd33 into IntQuant:master Dec 4, 2024
5 checks passed
@kcalbxof kcalbxof deleted the ewext_compileable branch December 4, 2024 18:24
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.

3 participants