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

Describe the bug

image

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:

  1. Install fleet with curl -L get.fleet.rs | sh on macOS.
  2. Clone https://github.com/tikv/tikv
  3. 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)

Most upvoted comments

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 😄

Hey @JmPotato, what version of cargo, rustc are you running? split-debuginfo='...' is specified in the documentation so it must work fine

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 for split-debuginfo in 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 --force and you will be good to go!

That must be the issue will look into this.

Inside the project directory, there is no .cargo directory