-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
Downgrade Rust used to build releases #6346
Conversation
With this |
Maybe add a branch to build win64 releases from it? And only merge fixes and everything else easily mergeable there. |
I don't want to build win64 releases differently from win32 and Linux and macOS releases. If we have to downgrade Rust then can as well downgrade it for all targets, this blocks iroh upgrade anyway. We are not going to ship old iroh for win64 and new iroh for linux or something like this. |
This reverts commit ffe6efe.
This fixes the problem of VirusTotal reporting the binaries built with `nix build .#deltachat-rpc-server-win64` as malware.
d176c4c
to
d822da3
Compare
I reverted Then any new releases will be built with downgraded Rust and once the issue resolves we can restore MSRV upgrade and |
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.
this is actually less involved than i feared. thanks for tackling!
8b143ff
to
5069b58
Compare
fyi rpgp is upgrading to msrv 1.81 for the next release as well |
Workaround for #6338