We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Make bart failed even though I gave full path to the command
Frequency of the bug Please check one:
Set-up information Please share the version of Spin used when the bug occurred. You can find the version of Spin by running spin -V.
spin -V
To Reproduce Steps to reproduce the behavior:
Expected behavior I want to build bartholomew in spin from the document instructions given.
Screenshots If applicable, add screenshots to help explain your problem. (Remember to remove any personally-identifiable information.)
**Additional context
make bart cargo build --release --manifest-path=bart/Cargo.toml make: cargo: No such file or directory make: *** [Makefile:20: bart] Error 127
The text was updated successfully, but these errors were encountered:
make: cargo: No such file or directory
It looks from this error like you don't have the Rust toolchain installed. You can install this using rustup (https://www.rust-lang.org/tools/install).
rustup
I'll add this to the README and docs - thanks for flagging that we don't mention this rather important requirement!
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Make bart failed even though I gave full path to the command
Frequency of the bug
Please check one:
Set-up information
Please share the version of Spin used when the bug occurred. You can find the version of Spin by running
spin -V
.To Reproduce
Steps to reproduce the behavior:
Expected behavior
I want to build bartholomew in spin from the document instructions given.
Screenshots
If applicable, add screenshots to help explain your problem.
(Remember to remove any personally-identifiable information.)
**Additional context
make bart
cargo build --release --manifest-path=bart/Cargo.toml
make: cargo: No such file or directory
make: *** [Makefile:20: bart] Error 127
The text was updated successfully, but these errors were encountered: