-
Notifications
You must be signed in to change notification settings - Fork 293
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 nightly nightly-2023-01-11 and above breaks aya #490
Comments
I also got the same error |
Take a look at aya-rs/aya-template#70 , it's a pretty simple fix 🎉 Pin nightly to that version, and everything else can use "normal" nightly. |
shaneutt
pushed a commit
to kubernetes-sigs/blixt
that referenced
this issue
Jan 20, 2023
The 2023-01-11 nightly rust build [broke aya](aya-rs/aya#490) and subsequently the build of the Blixt Dataplane. Pinning the rust toolchain version to 2023-01-10 as a temporary fix.
This was fixed in rustc |
shaneutt
pushed a commit
to kubernetes-sigs/blixt
that referenced
this issue
Mar 3, 2023
The 2023-01-11 nightly rust build [broke aya](aya-rs/aya#490) and subsequently the build of the Blixt Dataplane. Pinning the rust toolchain version to 2023-01-10 as a temporary fix.
shaneutt
pushed a commit
to shaneutt/blixt
that referenced
this issue
Oct 11, 2023
The 2023-01-11 nightly rust build [broke aya](aya-rs/aya#490) and subsequently the build of the Blixt Dataplane. Pinning the rust toolchain version to 2023-01-10 as a temporary fix.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
edit: rust tracking issue: rust-lang/rust#106795
rustup default nightly-2023-01-11
rustup toolchain install nightly-2023-01-11 --component rust-src
cargo generate
), edit the following files:xtask/src/build_ebpf.rs
- Change tonightly-2023-01-11
in thebuild_ebpf
functionxxx-epbf/rust-toolchain.toml
:Now try and build:
click to view build output
nightly-2023-01-10
and below works.This file was recently changed: https://github.com/rust-lang/rust/commits/master/library/core/src/sync/atomic.rs
The text was updated successfully, but these errors were encountered: