Skip to content
New issue

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

Install rust-toolchain v1.73 on CI workflow #41

Merged

Conversation

eval-exec
Copy link
Collaborator

@eval-exec eval-exec commented Nov 20, 2023

This PR want to fix the CI error: "error: failed to extract package (perhaps you ran out of disk space?): No space left on device (os error 28)"

/home/runner/.cargo/bin/rustup show
Default host: x86_64-unknown-linux-gnu
rustup home:  /home/runner/.rustup

stable-x86_64-unknown-linux-gnu (default)
rustc 1.73.0 (cc66ad468 2023-10-03)
/home/runner/.cargo/bin/rustup -V
rustup 1.26.0 (5af9b9484 2023-04-05)
info: This is the version for the rustup toolchain manager, not the rustc compiler.
info: The currently active `rustc` version is `rustc 1.73.0 (cc66ad468 2023-10-03)`
Installed rustup 1.26.0 support profiles
/home/runner/.cargo/bin/rustup set profile minimal
info: profile set to 'minimal'
/home/runner/.cargo/bin/rustup toolchain install 1.67.0
info: syncing channel updates for '1.67.0-x86_64-unknown-linux-gnu'
info: latest update on 2023-01-26, rust version 1.67.0 (fc594f156 2023-01-24)
info: downloading component 'cargo'
info: downloading component 'rust-std'
info: downloading component 'rustc'
info: installing component 'cargo'
info: installing component 'rust-std'
info: installing component 'rustc'
info: rolling back changes
error: failed to extract package (perhaps you ran out of disk space?): No space left on device (os error 28)
Error: The process '/home/runner/.cargo/bin/rustup' failed with exit code 1

@eval-exec eval-exec force-pushed the exec/fix-ci-rust-toolchain-install branch from 78c4b32 to f0714ec Compare November 20, 2023 05:42
@eval-exec eval-exec changed the title Install stable version of rust-toolchain in CI Install rust-toolchain v1.73 on CI workflow Nov 20, 2023
@zhangsoledad zhangsoledad added this pull request to the merge queue Nov 22, 2023
Merged via the queue into nervosnetwork:master with commit 84479a9 Nov 22, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants