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

Fixes mac notarization that C79 update broke. #4122

Merged
merged 1 commit into from
Dec 3, 2019

Conversation

mkarolin
Copy link
Collaborator

@mkarolin mkarolin commented Dec 3, 2019

Fixes brave/brave-browser#7191

When creating config use ChromiumCodeSigningConfig instead of the now
bare bones model.CodeSignConfig.

Submitter Checklist:

Test Plan:

Reviewer Checklist:

  • New files have MPL-2.0 license header.
  • Request a security/privacy review as needed.
  • Adequate test coverage exists to prevent regressions
  • Verify test plan is specified in PR before merging to source

After-merge Checklist:

  • The associated issue milestone is set to the smallest version that the
    changes has landed on.
  • All relevant documentation has been updated.

Fixes brave/brave-browser#7191

When creating config use ChromiumCodeSigningConfig instead of the now
bare bones model.CodeSignConfig.

Chromium change:

https://chromium.googlesource.com/chromium/src/+/c04be46a5d8ecbc2cf4d565a453d11212a9fd124

commit c04be46a5d8ecbc2cf4d565a453d11212a9fd124
Author: Robert Sesek <rsesek@chromium.org>
Date:   Wed Sep 18 00:57:47 2019 +0000

    macOS Signing Scripts: Split the config class and expand the hierarchy.

    The base CodeSignConfig is now in a normal Python module and it has
    unimplemented properties. The build-system-injected variables inherit
    from that for the BuildPropsCodeSignConfig. A new
    ChromiumCodeSignConfig class is created to set the signing properties
    for Chromium, to mirror the InternalCodeSignConfig for Google Chrome
    builds. Both ChromiumConfig and InternalCodeSignConfig inherit from
    the BuildPropsCodeSignConfig.

    This makes it easier to use the signing module without needing to
    process a config file.
@mkarolin mkarolin added CI/skip-android Do not run CI builds for Android CI/skip-linux CI/skip-ios Do not run CI builds for iOS labels Dec 3, 2019
@mkarolin mkarolin added this to the 1.3.x - Nightly milestone Dec 3, 2019
@mkarolin mkarolin self-assigned this Dec 3, 2019
@mkarolin mkarolin added CI/skip Do not run CI builds (except noplatform) and removed CI/skip-android Do not run CI builds for Android CI/skip-ios Do not run CI builds for iOS CI/skip-linux labels Dec 3, 2019
@mbacchi mbacchi self-requested a review December 3, 2019 16:35
Copy link
Contributor

@mbacchi mbacchi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@mkarolin mkarolin merged commit 03da042 into master Dec 3, 2019
@mkarolin mkarolin deleted the maxk-fix-mac-signing-postC79 branch December 3, 2019 16:36
mkarolin added a commit that referenced this pull request Dec 4, 2019
Fixes mac notarization that C79 update broke.
mkarolin added a commit that referenced this pull request Dec 4, 2019
Fixes mac notarization that C79 update broke.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/skip Do not run CI builds (except noplatform)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

C79 upgrade breaks mac notarization.
2 participants