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 Build https://github.com/nervosnetwork/godwoken-scripts with 0.7.2: ❯ capsule --version Capsule 0.7.2 ❯ capsule build Building contract state-validator error: toolchain 'nightly-2021-08-16-x86_64-unknown-linux-gnu' is not installed error: docker container exit with code Some(1)
The capsule.toml file: https://github.com/nervosnetwork/godwoken-scripts/blob/master/capsule.toml#L5 It might be the problem of the following:
[rust] workspace_dir = "contracts" toolchain = "nightly-2021-08-16"
The image should be download automatically.
Screenshots If applicable, add screenshots to help explain your problem. (The command and the output)
Additional context Please post the following informations:
capsule --version
ckb-cli --version
RUST_BACKTRACE=1 RUST_LOG=capsule=trace
The text was updated successfully, but these errors were encountered:
I think the right way it stick the docker_image version: godwokenrises/godwoken-scripts#103
Sorry, something went wrong.
Problem already solved.
FWIW, using cross can help with similar problems in the future: #84
joii2020
No branches or pull requests
Describe the bug
Build https://github.com/nervosnetwork/godwoken-scripts with 0.7.2:
❯ capsule --version
Capsule 0.7.2
❯ capsule build
Building contract state-validator
error: toolchain 'nightly-2021-08-16-x86_64-unknown-linux-gnu' is not installed
error: docker container exit with code Some(1)
The capsule.toml file: https://github.com/nervosnetwork/godwoken-scripts/blob/master/capsule.toml#L5
It might be the problem of the following:
The image should be download automatically.
Screenshots
If applicable, add screenshots to help explain your problem. (The command and the output)
Additional context
Please post the following informations:
capsule --version
ckb-cli --version
RUST_BACKTRACE=1 RUST_LOG=capsule=trace
environment, then post the output as a file.The text was updated successfully, but these errors were encountered: