rust-osdev / cargo-xbuild

Automatically cross-compiles the sysroot crates core, compiler_builtins, and alloc.
Apache License 2.0
260 stars 25 forks source link

Fix winapi issues from flock() rework #94

Closed pfmooney closed 4 years ago

pfmooney commented 4 years ago

This should fix the breakage on Windows from #91

Sorry about the extra hassle.

phil-opp commented 4 years ago

I just merged #93 with the CI setup. Could you rebase on top of the latest master so that the checks are run for this PR?

pfmooney commented 4 years ago

Happy to!

phil-opp commented 4 years ago

Awesome, thanks!

pfmooney commented 4 years ago

Sorry again for the extra round trip.

phil-opp commented 4 years ago

No worries! I missed this too in my code review, mainly because I assumed we had some CI jobs to catch issues like this. So thanks a lot for the quick fix and for adding the GitHub Action!

phil-opp commented 4 years ago

Published as v0.6.2.