build-tools icon indicating copy to clipboard operation
build-tools copied to clipboard

The GN scripts to use for Electron dev-flows

Results 62 build-tools issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

windows

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...

:beetle: bug
windows

Makes `e load-xcode` default to the latest version if there's no current config.

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...

`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.

:sparkles: enhancement

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...

:sparkles: enhancement