-
Notifications
You must be signed in to change notification settings - Fork 455
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
rules_rust 0.57.1 Private Crates repo not pulling #3243
Comments
How are you pointing to artifactory? |
I am using the
And using the credentials.toml / netrc for pulling. It works with cargo fetch but no go with bazel |
what does your crate_universe integration look like? |
MODULE.bazel
|
As far as I can tell this should be working. It's a hard thing for me to test though. Can you bisect and find the exact release or commit where it stopped working? |
I can do a bisect later but 0.54 works with artifactory, 0.55 and 0.56 i cant tell due to the vendor / manifest issue, and 0.57 / 0.57.1 artifactory doesnt work |
What is the vendor / manifest issue you see? |
This appears whenever i run |
Created #3261. |
@UebelAndre it seems like the default argument of I was able to run |
Ah, good find! That was definitely not an intended change in that PR but it is something that I think is gonna be important to have in a bzlmod world. Previously I thought it |
My question is what happens if |
netrc is usually accessible by the bazel downloader irrespective of what arguments one passes. I would personally say that if you want to keep the isolated behaviour then there should be a way to somehow configure credentials for cargo. As a user I am not sure how to do this. Maybe I just down know how to do it and this is a documentation issue? |
The text was updated successfully, but these errors were encountered: