-
Notifications
You must be signed in to change notification settings - Fork 33
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
Modernize bash script #114
Conversation
I think the CI failure isn't caused by this. |
Thanks for the contribution! The CI failure is due to: esp-rs/esp-idf-sys#99 |
Is this blocking this PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this blocking this PR?
No
LGTM! Thanks again!
6ad344e
to
5c56903
Compare
We now either output stuff to the shell or output to the EXPORT_FILE.
Before we sometimes had unset variables in the script but it help to be stricter about this so that this doesn't happen anymore in the future.
5c56903
to
fe2fc24
Compare
Thank you @svenstaro for a great improvement of the code. Initial tests seem to be ok. Let's include changes in the new installer for 1.62.1.0, which will also contain several fixes to the compiler. |
install-rust-toolchain.sh: line 141: POSITIONAL[@]: unbound variable Using |
This improves a few things about the install script:
EXPORT_FILE
is unsetFixes #113.