-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
rust-analyzer: Bump to release 2021-09-13 #7547
rust-analyzer: Bump to release 2021-09-13 #7547
Conversation
Anyone with experience in rust ?
Does this mean rust nightly compiler is required to compile this ? |
Well can't really enable unstable features in stable compiler . Looks like the type Edit: 1.55 was released a week ago and since upgrading to 1.54 failed I think this pr will remain draft for a while. |
4e837f6
to
e75f66d
Compare
e75f66d
to
acb98a6
Compare
Any idea why result of curl -s fileurl | sha256sum is different different then curl -Lo file fileurl
sha256sum file ?? How do you get sha256 of file for package ? |
Use You may also use script |
@xeffyr Thanks . That makes sense it wasn't getting redirected. One off topic question . Is there a way to disable a step for a package . For example I'm trying to build a c/cpp program . You just need to run make and configure step makes no sense and causes the build to fail . Can I some how say the builder to skip configure and just run the make step ? |
Just define empty configure step termux_step_configure() {
:
} |
For now lets keep auto_update out of this pr since it'll require changes to core scripts and possibly to other packages too depending on how we do it . This can be merged without it. |
* Bump rust-analyzer to release 2021-10-25 * For now drop auto_update. Will tackle it later.
No description provided.