Skip to content
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

Windows binary release? #505

Closed
Jimbly opened this issue Nov 24, 2022 · 5 comments
Closed

Windows binary release? #505

Jimbly opened this issue Nov 24, 2022 · 5 comments

Comments

@Jimbly
Copy link

Jimbly commented Nov 24, 2022

Hi! I'm running into an issue with Breakpad's dump_syms not working on Windows 11, and am wondering if this project would work as a drop-in replacement. I know nothing of Rust, but would it be possible to get a binary release that runs on Windows without needing to install a Rust toolchain to try it out?

@mstange
Copy link
Collaborator

mstange commented Nov 29, 2022

@gabrielesvelto It seems like we could use a github workflow to create and upload these builds automatically whenever we make a release.

For example using https://github.com/marketplace/actions/build-and-upload-rust-binary-to-github-releases#example-workflow-basic-usage-multiple-platforms or https://github.com/marketplace/actions/rust-release-binary#build-windows-and-linux-and-upload-as-zip

What do you think?

@gabrielesvelto
Copy link
Collaborator

Sounds like a good idea and I'm happy if the tool sees more adoption. I'll try and find some time to look into those workflows in the coming days.

@Jimbly
Copy link
Author

Jimbly commented Nov 29, 2022

I can't promise I'll adopt it (I got Breakpad's working again on Win 11 after discovering it was just a missing msdia140.dll I had to copy from another system ^_^), but I'll at least try dropping it into my pipeline and see what happens if there's a Windows binary easily available =).

@gabrielesvelto
Copy link
Collaborator

Our version is over twice as fast and takes a quarter of the memory of Breakpad's, plus the output is both richer and smaller. There's too many improvements to list them all.

@gabrielesvelto
Copy link
Collaborator

We now have Windows binary releases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants