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

CI is broken: "LLVM ERROR: dwo only supported with ELF and Wasm" #494

Closed
nicholasbishop opened this issue Aug 27, 2022 · 4 comments
Closed

Comments

@nicholasbishop
Copy link
Contributor

CI started failing when nightly switched from 2022-08-25 (748038961) to 2022-08-26 (c07a8b4e0).

Error looks like this:

LLVM ERROR: dwo only supported with ELF and Wasm
error: could not compile `core`

See https://github.com/rust-osdev/uefi-rs/runs/8046893608?check_suite_focus=true for example.

@nicholasbishop nicholasbishop changed the title CI is broken CI is broken: "LLVM ERROR: dwo only supported with ELF and Wasm" Aug 27, 2022
@nicholasbishop
Copy link
Contributor Author

Bisected and made a bug: rust-lang/rust#101071

@nicholasbishop nicholasbishop pinned this issue Aug 27, 2022
@nicholasbishop
Copy link
Contributor Author

I've put up a PR that should fix this issue: rust-lang/rust#101088

In the meantime, nightly-2022-08-25 can be used locally.

@nicholasbishop
Copy link
Contributor Author

I think we're all good here now as of nightly-2022-08-31. Filed #498 to consider some sort of pinning in the future to avoid such a long CI outage.

@phip1611
Copy link
Contributor

phip1611 commented Sep 1, 2022

Awesome, thanks for taking care of this!

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

2 participants