build icon indicating copy to clipboard operation
build copied to clipboard

Better build and test infra for Node.

Results 290 build issues
Sort by recently updated
recently updated
newest added

To unblock https://github.com/nodejs/node/pull/42056.

> According to `/usr/bin/time -v` on my machine, compilation of `array-sort-tq-csa.o` takes about 810 MB of memory. Do you know if that's increased from before? It could very well be...

`win2012r2-vs2013` tries bash script as bat and reports as success: https://ci.nodejs.org/job/node-stress-single-test/nodes=win2012r2-vs2013/353/console Console output ```console 04:52:59 Started by upstream project "[node-stress-single-test](https://ci.nodejs.org/job/node-stress-single-test/)" build number [353](https://ci.nodejs.org/job/node-stress-single-test/353) 04:52:59 originally caused by: 04:52:59 Started by...

Only one of our test RHEL 8 PPC64LE is online: ![image](https://user-images.githubusercontent.com/5445507/165510622-b495beba-13f3-4558-bec3-1cf9edec37ce.png)

ci-public
incident
platform:ppc

Example: - JavaScript: https://coverage.nodejs.org/coverage-ea9943158654bca9/index.html - C++: https://coverage.nodejs.org/coverage-ea9943158654bca9/cxxcoverage.html

incident

Follow up of https://github.com/nodejs/build/pull/2986, This pr update the rest default branch to main.

### What is the problem this feature will solve? Remove all references to 'master' in jenkins. We have made the changein default branch name in all our repositories so to...

feature request

@nodejs/build As we all know we have a lot of burden in the build working group with never enough volunteers to shoulder it all. I propose we look into creating...

I'm currently working on a feature addition to Bazel's `rules_nodejs` where we're reading https://nodejs.org/dist/index.json to fetch the different versions of nodejs binaries to build code hermetically on FreeBSD. However, while...