-
Notifications
You must be signed in to change notification settings - Fork 138
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
Add a PR build workflow #78
Conversation
uh, where is |
@riverar any ideas why we can't seem to find the rpc lib only in the x86 builds? I thought passing |
@zadjii-msft rpcrt4.lib ships with the SDK, not Visual Studio, so can be found at The Rust compiler leans heavily on the cc crate to find various tools and set up INCLUDE/LIB paths, so maybe something went awry there. Will follow up tomorrow after some sleep. |
@zadjii-msft The root issue here is that the Remove the following from your YAML: env:
RUSTFLAGS: -Dwarnings And add to your
(I would also revert a0ad35e and other assorted attempts.) |
@zadjii-msft Holler if you need anything else 👍 |
Obviously,
So, here's the GH action to test this that we think is right