-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Travis build failing. Mine too. #54
Comments
Hmm, interesting, I'm wondering if this is to do with the recent work on LLVM bitcode not interacting well with the UEFI target. For now, you could move to an earlier nightly - I can build I'll leave this issue open to track this issue, and will try and upstream a fix. Notes about the issue:I think the offending bit of code is likely [this](https://github.com/rust-lang/rust/commit/ef89cc8f042a980e72e9d0262c267bfffd9e75fe#diff-a3c60982b42eac1d2e3fd67f4d562ae8R871-R876) . Maybe it's as simple as checking for the UEFI target here, and emitting the Windows version? |
Thank you, that definitely looks like the culprit commit. I rolled back to |
Thanks for the report @mtnygard! This will hopefully be fixed by rust-lang/rust#71881 Edit: now that that PR has been merged, this should be fixed in future nightlies |
Not sure if this is a problem for Pebble or the Rust nightly...
https://travis-ci.org/github/IsaacWoods/pebble/builds/682635635
I get the same failure with a local build as well.
The text was updated successfully, but these errors were encountered: