-
-
Notifications
You must be signed in to change notification settings - Fork 486
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
Stuck compiling nalgebra
on nightly
#1437
Comments
This is an issue with today's nightly. If you revert to |
This worked. |
Maybe this should be reopened and pinned in the issues page, for better visibility? |
just ran into this too 😮 |
Repository
This affects our repository, and all crates contained within depending on
nalgebra
.Platform
I am using a MacBook M1 Pro, and I installed rust normally. As you can see from the
rust-toolchain.toml
in the repository, we are usingnightly
.Example
Clone the repo and run
cargo build -p lunabot
. There are no external dependencies.Attempted fixes
Removing native flag from
.cargo/config.toml
cargo clean
The text was updated successfully, but these errors were encountered: