From f72ed627e1cb5086c96a74f1e18837af6c5d5086 Mon Sep 17 00:00:00 2001 From: Paolo Tranquilli Date: Fri, 27 Jun 2025 16:41:38 +0200 Subject: [PATCH] Javascript: tentative fix to a weird build problem --- javascript/extractor/lib/typescript/BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/javascript/extractor/lib/typescript/BUILD.bazel b/javascript/extractor/lib/typescript/BUILD.bazel index 28003162673..ada3b169141 100644 --- a/javascript/extractor/lib/typescript/BUILD.bazel +++ b/javascript/extractor/lib/typescript/BUILD.bazel @@ -22,6 +22,7 @@ genrule( "export NPM_CONFIG_USERCONFIG=$$TEMP/npmrc", "$$NPM config set cache $$TEMP/npm", "$$NPM config set update-notifier false", + '$$NPM config set ca=""', # avoid using any self-signed certificate "rm -rf $(RULEDIR)/inputs", "cp -L -R $$(dirname $(execpath package.json)) $(RULEDIR)/inputs", "cd $(RULEDIR)/inputs",