Commit 896017b
build: build addon tests in parallel
Use a JS script to build addons rather than a shell command
embedded in the Makefile, because parallelizing is hard in sh
and easy in JS.
PR-URL: #21155
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent a5c386d commit 896017bCopy full SHA for 896017b
File tree
Expand file treeCollapse file tree
2 files changed
+67
-30
lines changedOpen diff view settings
Filter options
- tools
Expand file treeCollapse file tree
2 files changed
+67
-30
lines changedOpen diff view settings
Collapse file
+9-30Lines changed: 9 additions & 30 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
315 | 315 | |
316 | 316 | |
317 | 317 | |
318 | | - |
| 318 | + |
319 | 319 | |
320 | 320 | |
321 | 321 | |
322 | 322 | |
323 | | - |
324 | | - |
325 | | - |
326 | | - |
327 | | - |
328 | | - |
329 | | - |
330 | | - |
331 | | - |
332 | | - |
333 | | - |
334 | | - |
335 | | - |
336 | | - |
| 323 | + |
| 324 | + |
| 325 | + |
337 | 326 | |
338 | 327 | |
339 | 328 | |
| ||
355 | 344 | |
356 | 345 | |
357 | 346 | |
358 | | - |
| 347 | + |
359 | 348 | |
360 | 349 | |
361 | 350 | |
362 | 351 | |
363 | | - |
364 | | - |
365 | | - |
366 | | - |
367 | | - |
368 | | - |
369 | | - |
370 | | - |
371 | | - |
372 | | - |
373 | | - |
374 | | - |
375 | | - |
376 | | - |
| 352 | + |
| 353 | + |
| 354 | + |
| 355 | + |
377 | 356 | |
378 | 357 | |
379 | 358 | |
|
Collapse file
tools/build-addons.js
Copy file name to clipboard+58Lines changed: 58 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
0 commit comments