Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CI] Automatically compile and package Windows binaries for releases
Let's try this and see if I like the result… …and I do! • While this action uses the `x86_64-pc-windows-gnu` triple instead of `x86_64-pc-windows-msvc` and is therefore slightly less native with the additional dependency on MSVCRT.DLL, it's only 44 KiB larger, which is more than offset by specifying `codegen-units = 1`. • *Any* type of CI build avoids the inherent path leaking problem with PDBs, without requiring any of the crazy and nightly-exclusive flags documented at https://github.com/johnthagen/min-sized-rust, Part of P0268, funded by Ember2528.
- Loading branch information