Costas Papastathis

Results 91 comments of Costas Papastathis

This error occurs only on CentOS10 due to the changes on OpenSSL. We investigated it and found that it is not related to Nodejs, as the node-rdkafka npm package is...

I agree with this PR https://github.com/sclorg/s2i-nodejs-container/pull/474 . `node-gyp` requires `python` >= `3.12` as written on the installation instructions https://github.com/nodejs/node-gyp?tab=readme-ov-file#installation

The tests do not pass due to `rm: cannot remove '/tmp/tmp.xxxxxx/./tmp.xxxxxxx.cid': No such file or directory` error which seems to happen randomly and not related to the changes of this...

This is he full output of the error on ppc64le ``` ./node_modules/tap/bin/run.js ./test/pkg/pkg.test.js ``` ``` ✖ stdout maxBuffer length exceeded test: worker test when packaged into executable using pkg at:...

@matejvasek I think this one has been completed

Closing as this one is done

Nice! I think it would be good to apply the multi-arch changes too by following what has been changed on below two PRs: * https://github.com/paketo-buildpacks/npm-install/pull/806/files * https://github.com/paketo-buildpacks/npm-install/pull/848/files You will also...

The plan is to sync all the scripts on github-config and remove them from `.syncignore`, once we ensure that all the buildpacks are able to use these scripts without breaking...

@c0d1ngm0nk3y This PR is superseded by this one https://github.com/paketo-buildpacks/node-engine/pull/1293

@c0d1ngm0nk3y I think this PR can be closed as the arm dependencies have been added. WDYT?