build
build copied to clipboard
Better build and test infra for Node.
Refs: https://github.com/nodejs-private/secrets/pull/286 Refs: https://github.com/nodejs/build/issues/3461 the intent is to add an `aws cp` command in all places that upload artifacts, i.e.: https://github.com/nodejs/node/blob/fef7927cc3a7a3fb81c355301aada4a679c5661c/Makefile#L1143-L1147 https://github.com/nodejs/node/blob/fef7927cc3a7a3fb81c355301aada4a679c5661c/vcbuild.bat#L520-L538
This is a follow up to https://github.com/nodejs/TSC/issues/790. The project currently creates unofficial builds for Linux with pointer compression enabled. With pointer compression enabled, the `main` branch appears to pass the...
Refs: https://github.com/nodejs/github-bot/pull/377#issuecomment-1458186963 Currently the github-bot server is running Node.js 14.16.1 on Debian 8 (Jessie) installed via https://github.com/nodesource/distributions. https://github.com/nodejs/build/blob/b36beec6bfa5c04dec938606bde22b748f65ca7b/ansible/roles/github-bot/tasks/main.yml#L16-L19 I attempted a quick patch of the playbook to install Node.js 18...
As part of the continuous conversation we've been having on Slack (and also spread in some of the `nodejs/build` issues); We have long-term goals for improving the reliability of our...
This change is needed to prevent the problems described in https://github.com/nodejs/build/issues/3442 from repeating. In that case, I installed the WiX VS extension manually and fixed it, but this should be...
We currently have 2 LTS daily jobs that are disabled because of their EOL: [node-daily-v14.x-staging](https://ci.nodejs.org/view/Node.js%20Daily/job/node-daily-v14.x-staging/) and [node-daily-v16.x-staging](https://ci.nodejs.org/view/Node.js%20Daily/job/node-daily-v16.x-staging/). On the other hand. we do not have daily builds for currently active...
DigitalOcean is very generous with us and we have many CI machines in their infrastructure. I've looked at an invoice from May 2023 and I think we should try to...
2GB is usually not enough to compile V8 and we have to restart CI jobs until they pass (thanks to ccache)  I'd like to...
As discussed in https://github.com/nodejs/TSC/issues/1457, could we somehow have a way for CI to measure the flakiness of new tests before they land? Something like: - For every PR, identify tests...
## Summary This pull request is created by [Secure Repo](https://app.stepsecurity.io/securerepo) at the request of @RafaelGSS. Please merge the Pull Request to incorporate the requested changes. Please tag @RafaelGSS on your...