fleet: Failed to run fleet with an os error: no such file or directory
Describe the bug

I try to run fleet build --release with my repo and it just prints out this error without any further information.
To Reproduce
Steps to reproduce the behavior:
- Install fleet with
curl -L get.fleet.rs | shon macOS. - Clone https://github.com/tikv/tikv
fleet build --release
Expected behavior
The building should start normally.
Screenshots
As above.
Desktop (please complete the following information):
- OS: macOS 12.3.1 (21E258)
About this issue
- Original URL
- State: open
- Created 2 years ago
- Reactions: 1
- Comments: 20 (12 by maintainers)
Yeah, can confirm this is working now, thanks
@VarunPotti and I are currently implementing a fix for a similar issue faced by another user, will keep you posted 😄
I think you may have misunderstood that
split-debuginfo = '...' # Platform-specific.in the docs is a valid option. To me it looks like the author simply don’t want to write out platform specific value forsplit-debuginfoin the docs not that...is a valid option.See also https://doc.rust-lang.org/rustc/codegen-options/index.html#split-debuginfo
cc https://github.com/napi-rs/napi-rs/discussions/1246
Yep published now along with a github workflow to check if everything works! So you can run
cargo install fleet-rs --forceand you will be good to go!That must be the issue will look into this.
Inside the project directory, there is no
.cargodirectory