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

Correct windows testing #157

Merged
merged 4 commits into from
Jan 30, 2021
Merged

Conversation

Ilia-Kosenkov
Copy link
Member

I suggest adding an additional set of bindgen tests (or replace the existing one) to allow correct testing of Windows 32-bit builds.
This script is not trivial, as we need more than one Rust toolchain.
It also has linking issues with stable-i686-gnu toolchain (see rust-lang/cargo#8990), but there is a bypass.
Again, the purpose of this config is to show that there are issues in Win-32 build which our tests previously did not reveal (but now do).

NB: I left MacOS and Ubuntu configurations enabled to verify it also works for other systems as is. I can disable/remove unused targets to preserve computational resources.

@Ilia-Kosenkov
Copy link
Member Author

@Ilia-Kosenkov
Copy link
Member Author

The reason is no support for cross-compilation of doc tests,
rust-lang/rust#44404

@Ilia-Kosenkov Ilia-Kosenkov merged commit 7258699 into extendr:master Jan 30, 2021
@Ilia-Kosenkov Ilia-Kosenkov deleted the full-testing branch January 30, 2021 15:20
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.

2 participants