-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
cargo publish doesn't take a --target #4012
Comments
Seems reasonable to me to add! In the meantime you can also just pass |
@alexcrichton Is anybody working on this? Can I pick it up? I believe it should not be too difficult of a task. I'm considerably new to Rust, hence, might be way off point. Please share your thoughts |
@nisargthakkar no I believe it's up for grabs, feel free to do so! You may want to take a look at how |
@alexcrichton Thanks for all the pointers. I'll try implementing this. |
Looks like this was fixed in #4440, closing! |
I'm writing a build script for NVML, a persistent memory library for DRAM. NVML only supports x86-64 linux currently, but I'm working on my Mac. I have no problem with building using this approach, as I use a local cross-compile toolchain via
--target
. However, I can't publish from this machine ascargo publish
doesn't take a--target
.The text was updated successfully, but these errors were encountered: