Alexandru Dima
|
382a8740a9
|
Fix that VSCODE_ARCH is not taken into account on Windows
|
2020-12-23 15:54:58 +01:00 |
|
Alexandru Dima
|
7728010c73
|
Invoke mkdir with -Force
|
2020-12-23 14:09:49 +01:00 |
|
Alexandru Dima
|
f23ed65688
|
Compute node modules cache key in JS to avoid globbing
|
2020-12-23 13:21:55 +01:00 |
|
Alexandru Dima
|
76c974bfeb
|
Have a clear list of directories where yarn should be executed
|
2020-12-23 11:28:32 +01:00 |
|
Alexandru Dima
|
c1eb24b027
|
Load expensive node modules lazily
|
2020-12-22 19:55:56 +01:00 |
|
Alex Dima
|
57e3aba4e1
|
Have /build/ compilation and createAsset.js be runnable independent of the root package.json
|
2020-12-21 10:47:16 +01:00 |
|
Alexandru Dima
|
c2f1a367ef
|
Adjust node module path
|
2020-12-21 09:02:17 +01:00 |
|
Alexandru Dima
|
a8d9a5eedc
|
Merge remote-tracking branch 'origin/master' into alex/node-modules-build2
|
2020-12-19 16:22:37 +01:00 |
|
Alex Dima
|
5c1ff8158b
|
Avoid lookbehind (not supported in Safari)
|
2020-12-19 16:20:50 +01:00 |
|
Alexandru Dima
|
d78c8689d0
|
Give browser unit tests even more time, the build agents are having a bad day
|
2020-12-18 23:14:17 +01:00 |
|
Alexandru Dima
|
25212c95eb
|
Merge remote-tracking branch 'origin/master' into alex/node-modules-build2
|
2020-12-18 21:20:57 +01:00 |
|
Alexandru Dima
|
563664f349
|
Increase macOS browser unit test time because it continuously times out
|
2020-12-18 21:10:03 +01:00 |
|
Alexandru Dima
|
20831dd3df
|
Keep only @types/* deps in /build/ and share terser (#112718)
|
2020-12-18 19:51:10 +01:00 |
|
Alexandru Dima
|
dc169ce06d
|
Merge remote-tracking branch 'origin/master' into alex/node-modules-build
|
2020-12-18 17:40:39 +01:00 |
|
Alexandru Dima
|
db82bc13aa
|
Move /build/ dev dependencies to root (#112718)
|
2020-12-18 13:39:23 +01:00 |
|
Alexandru Dima
|
f74ad9692f
|
Align @types/* dev dependencies (#112718)
|
2020-12-18 13:28:39 +01:00 |
|
Alexandru Dima
|
90f9a7de88
|
Execute yarn --ignore-engines for extensions
|
2020-12-18 10:26:13 +01:00 |
|
Alexandru Dima
|
1141224b80
|
Remove debug console log
|
2020-12-18 10:26:13 +01:00 |
|
João Moreno
|
bcef72ddd0
|
hygiene: switch to terrapin
|
2020-12-17 20:01:15 +01:00 |
|
João Moreno
|
5c386371d8
|
Merge branch 'joao/build/compile-artifact'
|
2020-12-17 13:14:58 +01:00 |
|
João Moreno
|
d981cf5b81
|
Revert "Revert "Merge branch 'joao/build/compile-artifact'""
This reverts commit c8aaeb7513.
|
2020-12-17 13:14:52 +01:00 |
|
João Moreno
|
4996237313
|
fix tar
|
2020-12-17 12:40:59 +01:00 |
|
João Moreno
|
b7aa0f7d40
|
fix template usage
|
2020-12-17 12:20:44 +01:00 |
|
João Moreno
|
29eb3fbc6a
|
build: tarball compilation output first
|
2020-12-17 11:31:05 +01:00 |
|
João Moreno
|
fd85ae4f4a
|
Avoid recompiling remote native node modules (#112644)
* avoid recompiling remote native node modules
fixes #112320
* fix build
* update cache
* empty
* chore: remove rebuild step
* chore: update salt
* product compile should use same CC CXX
Co-authored-by: deepak1556 <hop2deep@gmail.com>
|
2020-12-17 02:16:32 -08:00 |
|
Alexandru Dima
|
bb157721fb
|
/build/ and /test/ should only have devDependencies
|
2020-12-17 10:27:39 +01:00 |
|
João Moreno
|
834488bd7a
|
merge last stages into Publish
|
2020-12-17 08:55:09 +01:00 |
|
João Moreno
|
c757f9c70a
|
merge macos jobs into same stage
|
2020-12-17 08:51:55 +01:00 |
|
João Moreno
|
c8aaeb7513
|
Revert "Merge branch 'joao/build/compile-artifact'"
This reverts commit 847fd19b02, reversing
changes made to 581ae611c2.
|
2020-12-17 08:45:15 +01:00 |
|
João Moreno
|
6d683afb84
|
build: compile smoke tests
|
2020-12-17 08:41:30 +01:00 |
|
João Moreno
|
bd131b8578
|
dynamic .artifactignore
|
2020-12-16 20:51:27 +01:00 |
|
João Moreno
|
a8b4e9817f
|
finish compile artifact
|
2020-12-16 20:37:52 +01:00 |
|
João Moreno
|
7d0d3835e6
|
cleanup hygien
|
2020-12-16 16:33:03 +01:00 |
|
João Moreno
|
fb2a5e18bb
|
fix build
|
2020-12-16 16:31:54 +01:00 |
|
João Moreno
|
df0eda5adb
|
build
|
2020-12-16 16:25:38 +01:00 |
|
João Moreno
|
d14fb9da0f
|
fix build
|
2020-12-16 16:23:12 +01:00 |
|
João Moreno
|
6236a5bf8b
|
compile: use artifacts instead of cache
|
2020-12-16 16:19:36 +01:00 |
|
João Moreno
|
0cee1531f7
|
Merge branch 'joao/build/remove-postinstall'
|
2020-12-16 15:45:20 +01:00 |
|
João Moreno
|
1100f27681
|
fix build
|
2020-12-16 11:18:28 +01:00 |
|
João Moreno
|
af519ea93f
|
Merge branch 'joao/build/merge-distro-directly'
|
2020-12-16 10:48:20 +01:00 |
|
João Moreno
|
9fe0d3c372
|
Merge branch 'joao/build/child-concurrency'
|
2020-12-16 10:46:17 +01:00 |
|
João Moreno
|
41628e3326
|
merge distro in a single command
|
2020-12-15 16:45:16 +01:00 |
|
João Moreno
|
d79f4e7b88
|
add test timeouts
|
2020-12-15 16:40:43 +01:00 |
|
João Moreno
|
834b2b1570
|
bump cache salt
|
2020-12-15 16:34:50 +01:00 |
|
João Moreno
|
b7d648a873
|
remove CHILD_CONCURRENCY=1 for all except windows
|
2020-12-15 16:34:21 +01:00 |
|
João Moreno
|
9293efd7e7
|
build: remove postinstall script invocation
|
2020-12-15 16:16:45 +01:00 |
|
João Moreno
|
c97d5e1033
|
build: use PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD
|
2020-12-15 16:07:52 +01:00 |
|
João Moreno
|
5ae66f37a8
|
build: use ELECTRON_SKIP_BINARY_DOWNLOAD
|
2020-12-15 15:58:51 +01:00 |
|
deepak1556
|
a9c5d7cc3c
|
chore: fix CXX export
|
2020-12-14 20:07:44 -08:00 |
|
Alexandru Dima
|
428008f3a5
|
Align versions across package.json files
|
2020-12-14 20:06:18 +01:00 |
|