From da43928fde1b9b272ae4774c0de802d08aca16d9 Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Mon, 19 Feb 2024 15:50:06 +0100 Subject: [PATCH] ci(linux): specify npm registry [skip ci] --- prepare_vscode.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/prepare_vscode.sh b/prepare_vscode.sh index ec54f8c..81b6b7e 100755 --- a/prepare_vscode.sh +++ b/prepare_vscode.sh @@ -103,6 +103,8 @@ if [[ "${OS_NAME}" == "linux" ]]; then export VSCODE_REMOTE_DEPENDENCIES_CONTAINER_NAME + export NPM_REGISTRY='https://registry.yarnpkg.com' + ./build/azure-pipelines/linux/install.sh EXPECTED_GLIBC_VERSION="2.17" EXPECTED_GLIBCXX_VERSION="3.4.19" ./build/azure-pipelines/linux/verify-glibc-requirements.sh