File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,9 +25,7 @@ branches:
2525before_install :
2626 - nvm install
2727
28- env :
29- - PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
30- - HARDWARE_CONCURRENCY=2
28+ env : PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
3129
3230jobs :
3331 include :
Original file line number Diff line number Diff line change @@ -44,15 +44,7 @@ if ( ! files.length ) {
4444 } ;
4545}
4646
47- const options = { } ;
48- if ( process . env . HARDWARE_CONCURRENCY ) {
49- // WorkerFarm is configured to use the number of CPUs available as the
50- // default value. This can be overwritten for finite control or for use in
51- // uncooperative continuous integration.
52- options . maxConcurrentWorkers = Number ( process . env . HARDWARE_CONCURRENCY ) ;
53- }
54-
55- const worker = workerFarm ( options , require . resolve ( './build-worker' ) ) ;
47+ const worker = workerFarm ( require . resolve ( './build-worker' ) ) ;
5648
5749let complete = 0 ;
5850
You can’t perform that action at this time.
0 commit comments