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

Failing to build from scratch #1605

Closed
storojs72 opened this issue May 30, 2022 · 2 comments · Fixed by #1607
Closed

Failing to build from scratch #1605

storojs72 opened this issue May 30, 2022 · 2 comments · Fixed by #1607

Comments

@storojs72
Copy link
Contributor

storojs72 commented May 30, 2022

Description

While developing proofs-buildbot, I encountered following error while building from scratch:

storojs72@worker-gpu-7:~/tmp/rust-fil-proofs$ cargo build
error: package `async-global-executor v2.1.0` cannot be built because it requires rustc 1.59 or newer, while the currently active rustc version is 1.56.0

Looks like async-global-executor v2.1.0 now requires newer rustc of 1.59 version. Is there anything that prevents us from bumping up our toolchain to 1.59?

cc @vmx , @cryptonemo

@vmx
Copy link
Contributor

vmx commented May 30, 2022

I don't think anything prevents us from using 1.59.

@storojs72
Copy link
Contributor Author

Thanks, @vmx! I can submit a small PR with hotfix soon

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 a pull request may close this issue.

2 participants