-
Notifications
You must be signed in to change notification settings - Fork 519
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
Rust 1.47.0 is causing CI to fail #1153
Comments
We're seeing concurrent invocations of build scripts for workspace crates that are dependencies of multiple crates. This doesn't always result in an error, but even in the best case it means duplicated work. It's most obvious in a clean workspace where we can see multiple glibc builds kicked off right away:
It also happens with libmnl which many of the networking tools and libraries depend on. |
I bisected this back to rust-lang/cargo@dc4b695 which describes some possible workarounds. |
Related to bottlerocket-os/bottlerocket-sdk#36
Platform I'm building on:
GitHub Actions
What I expected to happen:
Bottlerocket to build successfully in CI
What actually happened:
In CI, the build fails with errors similar to:
How to reproduce the problem:
Use Rust 1.47.0 and attempt to build Bottlerocket via
cargo make
I'm able to build Bottlerocket successfully with Rust 1.46.0
The text was updated successfully, but these errors were encountered: