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

Get CI for windows builds working #172

Open
RadicalZephyr opened this issue Mar 8, 2019 · 0 comments
Open

Get CI for windows builds working #172

RadicalZephyr opened this issue Mar 8, 2019 · 0 comments

Comments

@RadicalZephyr
Copy link
Collaborator

There are two broad routes here:

  • use AppVeyor
  • use Travis' new support for windows via Git Bash

For the AppVeyor route, building with MinGW is problematic because of a bug in rustc (I think?) that causes a linker error.

undefined reference to `_imp____acrt_iob_func'

This is apparently caused by a mismatch between mingw versions.

Discussions and possible workarounds I've found so far:

nabijaczleweli/cargo-update#74
rust-lang/rust#47048
racer-rust/racer#919 (comment)
rust-lang/rust#47048 (comment)
https://github.com/nabijaczleweli/cargo-update/blob/master/appveyor.yml#L16-L17

Example appveyor.yml

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

No branches or pull requests

1 participant