Michaël Zasso
Michaël Zasso
The script does this: ``` curl https://nodejs.org/download/release/ | grep v20 | sort -t. -k 1,1n -k 2,2n -k 3,3n | tail -1 | cut -d\" -f 2 | tr -d...
You can compare with direct: ``` curl https://direct.nodejs.org/download/release/ | grep v20 | sort -t. -k 1,1n -k 2,2n -k 3,3n | tail -1 | cut -d\" -f 2 | tr...
It would be unfair (and a lot of time lost in total) to expect everyone who was parsing nginx output to change their scripts if there's a way to fix...
> I'm confused -- I thought https://nodejs.org/download/release/ was still supposed to be served from the DO/Joyent servers and not R2 so shouldn't have changed? Only /dist is still served from...
It seems specific to v21 (citgm runs for v18 and v20 didn't show jest failures other than one timeout)
@BethGriggs I created https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker-lite/ as a copy of `citgm-smoker` and gave you permissions to configure it.
`pnpm`: sure if someone contributes it Build script: already possible. You can provide an array of scripts to run.
Still a problem after https://github.com/nodejs/build/issues/3637 and a full system package update + reboot.
There were OS updates, including one for the JRE, so I applied them all and rebooted. The problem is still present. @nodejs/build-infra any idea?
It happened before the update to 2.440.1.