-
Notifications
You must be signed in to change notification settings - Fork 24
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
[PTX] error: the option Z
is only accepted on the nightly compiler
#5
Comments
I am unable to reproduce. What version of rust are you running? On what system? |
|
My mistake, it seems I had rustup set to nightly on my nvidia box. It seems that ptx builder requires nightly for now. Go ahead and run |
Thanks, I already figured I had to switch to the nightly rust version. |
It seems that the current nightly ( Lines 5 to 6 in 609b486
So we need
It is sort of a deadlock: a year-old Rust-nightly is required to build the project. |
Getting the following error when running
cargo install --path .
error: the option
Zis only accepted on the nightly compiler
Full log:
The text was updated successfully, but these errors were encountered: