Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upPr9115 android signing uplift 1.7.x #9116
Conversation
|
Restarting
Restarting Restarting
Restarting
Restarting
|
|
cc @mihaiplesa - I believe this should be fixed by https://github.com/brave/brave-browser/pull/9112/files |
|
actually it looks like it's still a problem without depth=2 cc @linhkikuchi |
|
Moving to 1.7.x Hotfix 1 milestone; let's not merge until after the 1.7 release |
|
Moving back to 1.7.x as per DM discussion. Android builds are blocked without that. |
|
++ LGTM |
168442a
to
837180e
|
I'm seeing an error here during the build step Since this is critical for Android, I'm going to replay the CI for Android only to make sure it works. Rebased after merging #9156 - it should restart in a minute here |
| @@ -19,6 +19,9 @@ const createDist = (buildConfig = config.defaultBuildConfig, options) => { | |||
| fs.removeSync(path.join(config.outputDir, 'dist')) | |||
| config.buildTarget = 'create_dist' | |||
| util.buildTarget() | |||
| if (config.targetOS === 'android') { | |||
This comment has been minimized.
This comment has been minimized.
bridiver
Apr 13, 2020
Collaborator
this should still have config.shouldSign() in addition to the targetOS check
This comment has been minimized.
This comment has been minimized.
SergeyZhukovsky
Apr 13, 2020
Author
Member
we can add it as a follow up, as should be applied in any case on all 3 branches. But I think we shouldn't skip signing Android apks. First it's fast, second we will need that on tests to check upgrade scenarios.
837180e
to
69a5376
|
++ |
SergeyZhukovsky commentedApr 9, 2020
Submitter Checklist:
Uplift for #9115
git rebase master(if needed).git rebase -ito squash commits (if needed).added to
scripts/audit.js.Test Plan:
Reviewer Checklist:
After-merge Checklist:
changes has landed on.