You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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...
When I run fleet on a repository that contains a custom own registry it errors and says:
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)
The text was updated successfully, but these errors were encountered: