-
Notifications
You must be signed in to change notification settings - Fork 158
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
Readme.md: add nightly toolchain installation prereq #417
Conversation
Thank you for your pull request. We require contributors to sign our Contributor License Agreement / Terms and Conditions, and we don't seem to have the users @j2kun on file. In order for us to review and merge your code, please sign:
If you already signed one of this document, just wait to be added to the bot config. |
Signed the CLA. (bump?) |
Thank you for your pull request. We require contributors to sign our Contributor License Agreement / Terms and Conditions, and we don't seem to have the users @j2kun on file. In order for us to review and merge your code, please sign:
If you already signed one of this document, just wait to be added to the bot config. |
Re-signed |
Ping @BourgerieQuentin: could we merge this before EOQ4? |
what's the issue with the cla bot? @aquint-zama |
heh, it's not worth the fuss at this point for a doc update. Feel free to patch it and submit it via your normal means. |
@cla-bot check |
The cla-bot has been summoned, and re-checked this pull request! |
@j2kun sorry it's a manual process on our end and I missed the notification, at least you did not signed the CLA (twice) for nothing, you are now added to the list of contributors |
When trying to build concrete from source, I ran into the following error during
make all
. It seems it needs the nightly rust toolchain, which was not mentioned in the README. This PR adds the note.