build-tools
build-tools copied to clipboard
The GN scripts to use for Electron dev-flows
I've noticed quite a few HTTTP errors when Goma is being used in `cache-only` mode. When doing a build with the test configuration I'm seeing something like 4-6% of Goma...
See electron/electron#26151. Would be nice if `e init` did something about this. Either warning the user, or adding the exclusion automatically (would require running something as Administrator). A little bit...
I think there's several layers to this one, having to do with child processes and all that jazz. Issue is if you use `Ctrl+C` to try to end a `e...
Makes `e load-xcode` default to the latest version if there's no current config.
Closes #318.
This PR adds the ability to use system version of XCode (installed in `/Applications`) on Mac OS build hosts by setting a new optional root-level directive in the `e config`...
Soliciting feedback on this one. Got a chicken-and-egg problem and trying to minimize breakage for folks. electron/build-tools-installer#6 landed and adds the long-form `electron-build-tools` which is 'safer' to use for working...
closed: https://github.com/electron/build-tools/issues/302
`e cherry-pick` is currently only supported to run on the official repo. Adding support for forks would help make it easier for contributors to use the cherry-pick functionality.
Use case - a fork of Electron in Azure Devops. A user should be able to pass e.g. `e init --repo https://your_repo_url.com/extra/repo/info` and `build-tools` will clone and set up Electron...