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 | sha256sumis 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. |
No description provided.