-
Notifications
You must be signed in to change notification settings - Fork 115
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
Compilation errors due to missing atomics even though atomic
feature is not enabled
#214
Comments
As suggested in ferrilab/ferrilab#1, I tried to (naively) update
After removing the EDIT: After realizing you are migrating to a monorepo, I pushed the |
Hi! I apologize for the long delay; I have had a very stressful winter and have not had the time or energy to check this repository in a timely manner. I'm trying to catch up now. Thank you for your time investigating this, and for duplicating effort in the monorepo. I suspect that the reason for your initial error is just that I am pretty sure I can migrate to If you require a The advantage is that now your errors occur at the use site, not at the declaration site: I think the fact that Unfortunately, I'm pretty sure I hope this helps! |
Hello @myrrlyn thanks for the amazing library. However, I think this issue has not been solved, the main branch still refers to |
Hi,
I'm trying to use
bitvec
withaya
which usesbpf-linker
to create BPF programs. Atomics are not available for the BPF targets.As per readme,
bitvec = {version = "1.0.1", default-features = false}
should disable the use of atomics inbitvec
but I still get compilation errors:This looks like it is similar to the issue raised in the
radium
repo ferrilab/ferrilab#1.The text was updated successfully, but these errors were encountered: