Michaël Zasso
Michaël Zasso
See https://ci.nodejs.org/job/citgm-smoker-nobuild/1723/ for example. It looks like the test script is not made to support Windows. /cc @UlisesGascon
It doesn't fix any error but this is what the pino project runs in their CI. Refs: https://github.com/pinojs/pino/blob/bb1f89dbd9424edd3522022786316dadd97bb059/.github/workflows/ci.yml#L65-L66
Run for v22.x: https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/3527/
We can now use the builtin APIs instead (available in browsers and Node.js). This will be a breaking change, as API will become async.
It's unused since we stopped building the website on that server.
V8 builds now need at least Xcode 16.3, which requires us to bump macOS to at least 15.2. See https://github.com/nodejs/node/issues/58069 Example failing canary release: https://ci-release.nodejs.org/job/iojs+release/10961/ @ryanaslett Is this something that...
Now that https://github.com/nodejs/build/issues/3988 is done. I relabeled the workers: https://ci.nodejs.org/label/alpine-last-latest-x64-old/ https://ci.nodejs.org/label/alpine-latest-x64-old/
See https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/3559/nodes=debian12-x64/
See for example https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/3548/nodes=osx13-arm64/testReport/junit/(root)/citgm/jose/
https://ci.nodejs.org/view/Node.js-citgm/job/citgm-continuous-integration/173/console Fails with: ``` FATAL: For input string: "118, 50, 51]" java.lang.NumberFormatException: For input string: "118, 50, 51]" at java.base/java.lang.NumberFormatException.forInputString(NumberFormatException.java:67) ```