infrastructure: update sentry-native to 0.13.5#9158
Merged
Conversation
Fixes CI build failure caused by Google's chromium.googlesource.com returning 403 for crashpad's zlib submodule. The new version replaces googlesource submodule URLs with GitHub mirrors.
|
Hey there! Thanks for helping Mudlet improve. 🌟 Test versionsYou can directly test the changes here:
No need to install anything - just unzip and run. |
Contributor
|
Reviews (1): Last reviewed commit: "Update sentry-native to 0.13.5" | Re-trigger Greptile |
SlySven
approved these changes
Apr 7, 2026
SlySven
left a comment
Member
There was a problem hiding this comment.
Given that it is only the MacOS build that hasn't completed this time around - and that that was successful after the first commit - I say ![]()
Member
|
Merging so we can get other PRs (and tonight's PTB) built. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Brief overview of PR changes/additions
Updates sentry-native from 0.12.3 to 0.13.5, which replaces Google-hosted git submodule URLs with GitHub mirrors to fix CI build failures caused by chromium.googlesource.com returning 403.
Motivation for adding to Mudlet
CI builds are broken because an upstream Google-hosted git dependency is inaccessible.
Other info (issues closed, discussion etc)
Upstream fix: getsentry/sentry-native#1628
Test case: CI builds complete successfully with recursive submodule checkout.