Artifactory Works with Cargo, Fails with Bazel #2484
ericmcbride
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I currently have cargo working with pulling crates from artifactory for a private crates registry. Im having issues running
Reason im setting
CARGO_HOME
andCARGO_BAZEL_ISOLATED
is because i looked thru the source code and saw it was using crates_index which relies onCARGO_HOME
The error im receiving is:
Which is telling me it cant find my
CARGO_HOME/registry/index/myregistry-1234/config.json
Example cargo/config.toml
Any help would be greatly appreciated.
Message rust
Beta Was this translation helpful? Give feedback.
All reactions