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

Add gulp targets, fix build for Windows on Arm. #85326

Merged
merged 11 commits into from
Apr 14, 2020

Commits on Feb 28, 2020

  1. build: build ia32 remote extension for Windows on Arm

    Because the remote part of the code can run under emulation (like
    ripgrep), temporarily build this portion for ia32 until the underlying
    problem is resolved.
    richard-townsend-arm committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    84f6086 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3b66c9 View commit details
    Browse the repository at this point in the history
  3. build: read npm_config_arch whilst getting electron

    With this change applied, gulp gets the right version of electron for
    the target architecture.
    richard-townsend-arm committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    9df55b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c97d0b6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2260c13 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    86ddd49 View commit details
    Browse the repository at this point in the history
  7. deps: [email protected]

    Updates sqlite3 to a version containing a build fix for Windows on Arm.
    richard-townsend-arm committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    38126cd View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. address feedback

    joaomoreno committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    9267738 View commit details
    Browse the repository at this point in the history
  2. 💄

    joaomoreno committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    82860b3 View commit details
    Browse the repository at this point in the history
  3. fix arm64

    joaomoreno committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    b925790 View commit details
    Browse the repository at this point in the history
  4. 💄

    joaomoreno committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    2e0cf81 View commit details
    Browse the repository at this point in the history