Artifactory Works with Cargo, Fails with Bazel #2484
ericmcbride
started this conversation in
General
Replies: 1 comment 1 reply
-
|
Did you found workaround? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I currently have cargo working with pulling crates from artifactory for a private crates registry. Im having issues running
Reason im setting
CARGO_HOMEandCARGO_BAZEL_ISOLATEDis because i looked thru the source code and saw it was using crates_index which relies onCARGO_HOMEThe error im receiving is:
Which is telling me it cant find my
CARGO_HOME/registry/index/myregistry-1234/config.jsonExample cargo/config.toml
Any help would be greatly appreciated.
Message rust
Beta Was this translation helpful? Give feedback.
All reactions