Varun Potti
Varun Potti
This has been fixed in the development versions of the installer. We now require you to follow a more manual way of installing clang/lld.
For now a workaround is to use any other value for `split-debuginfo` and use cargo run (you will still be having the benefits of fleet), I will look into this...
Hey @JmPotato the bug has been fixed! Please run `cargo install fleet-rs --force` 😀.
Hey @IAMISSAM, can you share the fleet.toml file? And if rd_enabled is set to true please change that to false, the issue should be fixed.
I see, is the target directory created?
What is the output `cargo run` gives? Does it throw a similar error?
I see, will look into it, the `${PWD}/.cargo/config.toml` file is created right?
That must be the issue will look into this.
Hey @IAMISSAM, I tried building on MacOS 11 https://github.com/VarunPotti/fleet-actions/runs/6146796095?check_suite_focus=true, and it works! I seem to have fixed the error I will merge it into the master branch and publish this...
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!