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

Chromium update and Apple Silicon build #71

Merged
merged 34 commits into from
Feb 26, 2021
Merged

Chromium update and Apple Silicon build #71

merged 34 commits into from
Feb 26, 2021

Commits on Feb 9, 2021

  1. Configuration menu
    Copy the full SHA
    92dc48f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c32b2f View commit details
    Browse the repository at this point in the history
  3. Pin setuptools version

    jonmmease committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    d6df8fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0ca8df View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c2cd466 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. Remove DEPOT_TOOLS_UPDATE env on windows

    Was causing depot_tools build errors for updated version
    jonmmease committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    41dde9d View commit details
    Browse the repository at this point in the history
  2. Display circleci mac application sizes

    Try to see if there's anything else we can delete to save disk space
    jonmmease committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    6171400 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. Configuration menu
    Copy the full SHA
    b71c2b5 View commit details
    Browse the repository at this point in the history
  2. Can't delete app files

    jonmmease committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    4941859 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc2882f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dbaa857 View commit details
    Browse the repository at this point in the history
  5. Build CREDITS.html on fetch

    jonmmease committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    54f2461 View commit details
    Browse the repository at this point in the history
  6. Remove CREDITS.html

    jonmmease committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    44c799e View commit details
    Browse the repository at this point in the history
  7. ignore CREDITS.html

    jonmmease committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    723ef86 View commit details
    Browse the repository at this point in the history
  8. Mac build fixes

    jonmmease committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    1908d3a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c5cd0b3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f2bbf74 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. fix mac artifacts

    jonmmease committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    2a1ae69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2a6d60 View commit details
    Browse the repository at this point in the history
  3. Downgrade chromium version

    Downgrade to version used by latest stable version of electron 11. This was the first major version that Electron started shipping Apple Silicon support.
    jonmmease committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    6aed2a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    812045d View commit details
    Browse the repository at this point in the history
  5. again

    jonmmease committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    f10b1a0 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2021

  1. Configuration menu
    Copy the full SHA
    16a903b View commit details
    Browse the repository at this point in the history
  2. Try disabling headless_use_embedded_resource on mac

    See if this works around ../../headless/lib/headless_content_main_delegate.cc:47:10: fatal error: 'headless/embedded_resource_pak.h' file not found
    jonmmease committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    5ac079e View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2021

  1. Back to current stable chromium

    Matches Linux docker image
    jonmmease committed Feb 14, 2021
    Configuration menu
    Copy the full SHA
    7ec5952 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e763a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ecb1d64 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. Configuration menu
    Copy the full SHA
    e1982cf View commit details
    Browse the repository at this point in the history
  2. Use arm64 pip platform tag for Apple Silicon

    Also up min chromium version to 10.11 to match current google chrome minimum.
    jonmmease committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    672b9fa View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. Don't embed resources in mac arm build

    Build fails when embedding resources on arm (but not intel).
    jonmmease committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    c528ad2 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2021

  1. Configuration menu
    Copy the full SHA
    00d3b3e View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. Configuration menu
    Copy the full SHA
    81d6122 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9604e9 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. Configuration menu
    Copy the full SHA
    5e23274 View commit details
    Browse the repository at this point in the history