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
I followed a guideline from here, going through standard build flow. When running Valida shell on Ubuntu 22.04 got this error:
error: toolchain 'valida' is not installable.
error: toolchain 'valida' is not installable
What can cause that?
OS is Ubuntu 22.04.
The text was updated successfully, but these errors were encountered:
Hi there! You'll need to tell rustup about valida first by running
rustup
valida
rustup toolchain link valida $SYSROOT/
$SYSROOT/ is where the compiler is installed.
$SYSROOT/
Sorry, something went wrong.
No branches or pull requests
I followed a guideline from here, going through standard build flow. When running Valida shell on Ubuntu 22.04 got this error:
error: toolchain 'valida' is not installable
.What can cause that?
OS is Ubuntu 22.04.
The text was updated successfully, but these errors were encountered: