Skip to content

Attempt to unblock the build process by installing an `undici` version supporting PROXY variable

Brouberol requested to merge proxy into main

The build is currently failing on the trusted runners due to swc being downloaded using the undici library, with a version that does not support PROXY variables. This results in an ECOONFAILED error and the build fails.

We attempt to manually install the latest version of the undici library, that now supports PROXY variables since https://github.com/nodejs/undici/pull/2994

Edited by Brouberol

Merge request reports