electron/docs/development
Charles Kerr e315e4d308 build: use electron-frameworks sccache (#14171)
* build: update-external-binaries fetches sccache

* build: add util.add_exec_bit in scripts/

* build: use util.add_exec_bit in create-dist

* build: use util.add_exec_bit in update-external-binaries

this is needed to work around a bug in python's zipfile module that doesn't preserve the exec bit

https://bugs.python.org/issue18262

* fix: linting errors

* build: vsts, circleci use patched sccache

* build: always look for the x64 sccache

as it's the only arch we have it on

* fix: windows-specific errors in updaste-external-binaries

* fix: tyop

* fix: set SCCACHE_BUCKET, SCCACHE_TWO_TIER on circleci

* fix: syntax error in circleci yaml

* fix: keep churning

* chore: add tracer to file downloader

* docs: add sccache instructions for GN builds

* build: pull down the darwin sccache on mas builds

* build: use gn sync verbosely on circleci and vsts

* docs: copyediting

* build: remove unnecessary cache-dir arg

* docs: fix shell quoting in gn build instructions

* fix: invoke gclient without -verbose in circleci

* refactor: remove debug tracer

* fix: invoke gclient without -verbose in appveyor

* fix: invoke gclient without -verbose in vsts

* fix: pull add_exec_bit from correct source

* fix: remove 'SCCACHE_TWO_TIER' from CI scripts

* refactor: remove SCCACHE_BUCKET from ci scripts

this environment variable will be set via the CI UI instead

* refactor: clarify log message

* fix: set SCCACHE_PATH correctly for Windows CI
2018-08-21 15:40:06 -04:00
..
atom-shell-vs-node-webkit.md
build-instructions-gn.md build: use electron-frameworks sccache (#14171) 2018-08-21 15:40:06 -04:00
build-instructions-linux.md refactor: add 'npm run bootstrap', 'npm run build' (#14034) 2018-08-12 14:01:46 -07:00
build-instructions-osx.md refactor: add 'npm run bootstrap', 'npm run build' (#14034) 2018-08-12 14:01:46 -07:00
build-instructions-windows.md refactor: add 'npm run bootstrap', 'npm run build' (#14034) 2018-08-12 14:01:46 -07:00
build-system-overview.md Remove more words (#12852) 2018-05-08 00:16:09 -05:00
chromium-development.md prefer sh to bash in the docs 2017-11-24 11:17:43 +01:00
clang-format.md Remove more words (#12852) 2018-05-08 00:16:09 -05:00
coding-style.md docs: Improved documentation (#13403) 2018-07-20 10:58:19 -07:00
debug-instructions-windows.md docs: add link to Chromium windows debugging docs 2018-06-27 23:06:30 +02:00
debugging-instructions-macos-xcode.md docs: Improved documentation (#13403) 2018-07-20 10:58:19 -07:00
debugging-instructions-macos.md remove some beginner-unfriendly terms from docs 2018-05-07 08:46:14 -07:00
issues.md Link issues.md back to support.md 2018-04-30 18:06:29 -05:00
pull-requests.md Update docs on semantic requirements for #13359 (#13365) 2018-07-18 10:41:58 -05:00
README.md 📝 Fix dead urls 2018-04-09 17:58:10 -03:00
releasing.md Merge pull request #13629 from electron/use-dot-env 2018-07-17 11:57:42 -04:00
setting-up-symbol-server.md [Docs] Fix URLs and Paths (#11584) 2018-01-12 10:24:48 -05:00
source-code-directory-structure.md docs: add native_mate to source code directory structure doc (#13451) 2018-06-27 17:46:14 +10:00
testing.md Update testing docs to reflect --grep syntax (#12400) 2018-03-22 13:19:53 -04:00
upgrading-chromium.md [Docs] Fix URLs and Paths (#11584) 2018-01-12 10:24:48 -05:00
upgrading-crashpad.md Propose fix some typos (#11905) 2018-02-13 00:18:27 -05:00
upgrading-node.md docs: update node upgrade doc (#13891) 2018-08-01 23:33:37 -07:00
v8-development.md