Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fleet fails on library with dependencies to custom registry. #8

Open
TimonPost opened this issue Apr 23, 2022 · 3 comments
Open

Fleet fails on library with dependencies to custom registry. #8

TimonPost opened this issue Apr 23, 2022 · 3 comments
Labels
bug Something isn't working
Projects

Comments

@TimonPost
Copy link

TimonPost commented Apr 23, 2022

When I run fleet on a repository that contains a custom own registry it errors and says:

Generated Fleet Config
馃殌 Fleet is ready!
error: failed to load manifest for workspace member `x`

Caused by:
  failed to parse manifest at `x.toml`

Caused by:
  no index found for registry: `custom_registry`
=> You are not using a `nightly` compiler. Run `rustup default nightly`.

It suggests I am not using nightly while I am already running nightly.

Platform:

Windows 10
nightly-x86_64-pc-windows-msvc unchanged - rustc 1.62.0-nightly (f4ec0e7cf 2022-04-22)

@suptejas
Copy link
Member

@TimonPost Thanks for creating the issue, could you show us the output of the equivalent cargo command?

@VarunPotti VarunPotti added the bug Something isn't working label Apr 23, 2022
@TimonPost
Copy link
Author

TimonPost commented Apr 23, 2022

You mean the CLI logs when running cargo build? I am afraid I can not do that because of some potential 'privacy' sensitive information. Perhaps this could be reproduced setting up a custom local hosted registry. Have not give that a try...

@VarunPotti
Copy link
Contributor

Hey @TimonPost, I will be looking into this and I will try implementing a fix!

@suptejas suptejas added this to To-Do in v1.0.0 Apr 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
v1.0.0
To-Do
Development

No branches or pull requests

3 participants