| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
Btw, @Fishrock123 recently asked on IRC whether we could parallelize addon building… any chance there’s an easy way to do this in make?
Sorry, something went wrong.
There was a problem hiding this comment.
Not off the top of my head (only know about the -j flag to make for that) but I'll take a look and see what options exist.
Sorry, something went wrong.
There was a problem hiding this comment.
@addaleax I've added a commit now for this. Let me know what you think.
Sorry, something went wrong.
There was a problem hiding this comment.
I created #12230 since making the building of addons parallel does not really relate to this PR. I'll remove also remove that commit from this PR.
Sorry, something went wrong.
|
I windows failure looks unrelated to this commit: not ok 32 parallel/test-cli-syntax
---
duration_ms: 3.104
severity: fail
stack: |-
assert.js:82
throw new assert.AssertionError({
^
AssertionError: 'c:\\workspace\\node-test-binary-windows\\RUN_SUBSET\\2\\VS_VERSION\\vcbt2015\\label\\win10\\Release\\node.exe: either --check o === 'c:\\workspace\\node-test-binary-windows\\RUN_SUBSET\\2\\VS_VERSION\\vcbt2015\\label\\win10\\Release\\node.exe: either --check o
at c:\workspace\node-test-binary-windows\RUN_SUBSET\2\VS_VERSION\vcbt2015\label\win10\test\parallel\test-cli-syntax.js:127:12
at Array.forEach (native)
at c:\workspace\node-test-binary-windows\RUN_SUBSET\2\VS_VERSION\vcbt2015\label\win10\test\parallel\test-cli-syntax.js:123:20
at Array.forEach (native)
at Object.<anonymous> (c:\workspace\node-test-binary-windows\RUN_SUBSET\2\VS_VERSION\vcbt2015\label\win10\test\parallel\test-cli-syntax.js:122:19)
at Module._compile (module.js:607:30)
at Object.Module._extensions..js (module.js:618:10)
at Module.load (module.js:516:32)
at tryModuleLoad (module.js:466:12)
at Function.Module._load (module.js:458:3) |
Sorry, something went wrong.
|
The Windows failure was a problem on the master branch and has since been fixed. |
Sorry, something went wrong.
Thanks for that, I'll rebase and rerun Ci. |
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
test/addons/.buildstamp and test/addons-napi/.buildstamp targets are very similar except that they operate on different directories. This commit extracts the common parts into a function to avoid the duplication.
| Back | FazBrowse Home | New Git URL |
test/addons/.buildstamp and test/addons-napi/.buildstamp targets are
very similar except that they operate on different directories. This
commit extracts the common parts into a function to avoid the
duplication.
Checklist
Affected core subsystem(s)
build