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

Fix MUSL canary builds #9894

Merged
merged 14 commits into from
Aug 5, 2024
Merged

Fix MUSL canary builds #9894

merged 14 commits into from
Aug 5, 2024

Conversation

yamadapc
Copy link
Contributor

@yamadapc yamadapc commented Aug 5, 2024

Fixes MUSL canary builds by removing crash-reporting functionality from MUSL targets.

The reason why crash-reporting isn't working is not fully understood but relates to how crash-handler is implemented interposing the pthread_create value. https://github.com/EmbarkStudios/crash-handling/blob/e1f1241580d5204880fa47802b867b6bcb975f98/crash-handler/src/unix/pthread_interpose.rs#L36-L41

crash-reporting has been added as a part of #9892 and will only target canary releases at this point.

@yamadapc
Copy link
Contributor Author

yamadapc commented Aug 5, 2024

I believe the issue comes from https://github.com/EmbarkStudios/crash-handling crates not compiling on MUSL.

@yamadapc yamadapc changed the title WIP - Fix MUSL canary builds Fix MUSL canary builds Aug 5, 2024
@yamadapc yamadapc requested a review from a team August 5, 2024 06:20
@yamadapc yamadapc marked this pull request as ready for review August 5, 2024 06:21
@yamadapc yamadapc merged commit 4ce0f6e into v2 Aug 5, 2024
32 checks passed
@yamadapc yamadapc deleted the pyamada/fix-musl-builds branch August 5, 2024 23:05
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

Successfully merging this pull request may close these issues.

3 participants