-
Notifications
You must be signed in to change notification settings - Fork 205
chromium 136.0.7103.113: Re-add patch fixing bindgen build issue #906
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
base: master
Are you sure you want to change the base?
chromium 136.0.7103.113: Re-add patch fixing bindgen build issue #906
Conversation
Commit 979d747 ("chromium: Update to 136.0.7103.113") removed patch 0015-Revert-Connect-the-Rust-log-crate-to-the-base-loggin.patch. However, the build issue still persists so re-add and rebase this patch on top of the new chromium release. Signed-off-by: Ariel D'Alessandro <[email protected]>
Anyone to review/merge this one? |
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 will be a pain to maintain in future.
Does the fix mentioned in #829 not work? |
Wasn't aware of the fix, let me check that out. |
Applied the following patch:
But the error still remains:
|
@MaxIhlenfeldt another reason to have a CI building chromium targets, anything to validate the patches/workaround are correct, other than relying on the developer setup. If you get the chance to look at the issue #907 , any opinion there would help, I don't really have much time right now to implement it though, but would like to push forward to it. |
There is also another patch mentioned by @caneraltinbasak in the same #829 issue, as part of an abandoned PR. That patch seems to directly address the |
Issue: #901
Original PR: #902
Reported in comment #901 (comment)