build-support/node/fetch-yarn-deps: move env variables into env (#487962)

This commit is contained in:
Philip Taron
2026-02-16 16:26:08 +00:00
committed by GitHub
@@ -136,8 +136,11 @@ in
prefetch-yarn-deps
cacert
];
GIT_SSL_CAINFO = "${cacert}/etc/ssl/certs/ca-bundle.crt";
NODE_EXTRA_CA_CERTS = "${cacert}/etc/ssl/certs/ca-bundle.crt";
env = {
GIT_SSL_CAINFO = "${cacert}/etc/ssl/certs/ca-bundle.crt";
NODE_EXTRA_CA_CERTS = "${cacert}/etc/ssl/certs/ca-bundle.crt";
};
buildPhase = ''
runHook preBuild