-
Notifications
You must be signed in to change notification settings - Fork 894
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
Enable SKUs on Linux by default #20021
Conversation
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.
LGTM! 😄👍
@fmarier @wknapik I requested your review because of your involvement in brave/brave-browser#23140. I am running Ubuntu and didn't have issues with crashes after these changes. |
@nvonpentz looks like your branch is a major chromium version behind. I'd start with a rebase. I tested logging into my premium account on latest nightly, without your change, and the browser didn't crash for me. |
Thanks @wknapik
Right, I think current Rebasing. |
e04c446
to
780aa28
Compare
Here's the issue I captured for the crash on Linux: From my notes there:
If we wanted to be extra safe, we can do a release build locally WITH PGO profiles. If this doesn't have a crash when logging into account.brave.com then I think we're good to go 🙂 We could always test with Nightly too If the crash doesn't exist anymore, we can close out brave/brave-browser#23348 |
@bsclifton you can use the test pipelines to build any branch (see: wiki) |
Based on my own testing locally I am comfortable merging as is and continue testing on Nightly. |
Let's do it 😄 (once CI passes, of course) |
@nvonpentz you mean (And we should definitely test w/Leo.) |
Resolves brave/brave-browser#32803
Submitter Checklist:
QA/Yes
orQA/No
;release-notes/include
orrelease-notes/exclude
;OS/...
) to the associated issuenpm run test -- brave_browser_tests
,npm run test -- brave_unit_tests
wikinpm run lint
,npm run presubmit
wiki,npm run gn_check
,npm run tslint
git rebase master
(if needed)Reviewer Checklist:
gn
After-merge Checklist:
changes has landed on
Test Plan:
Purchase a Brave News subscription on account.bravesoftware.com. The browser should not crash.