ci(linux): specify npm registry [skip ci]

This commit is contained in:
Baptiste Augrain 2024-02-19 15:50:06 +01:00
parent 509931a6d1
commit da43928fde

View file

@ -103,6 +103,8 @@ if [[ "${OS_NAME}" == "linux" ]]; then
export VSCODE_REMOTE_DEPENDENCIES_CONTAINER_NAME export VSCODE_REMOTE_DEPENDENCIES_CONTAINER_NAME
export NPM_REGISTRY='https://registry.yarnpkg.com'
./build/azure-pipelines/linux/install.sh ./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 EXPECTED_GLIBC_VERSION="2.17" EXPECTED_GLIBCXX_VERSION="3.4.19" ./build/azure-pipelines/linux/verify-glibc-requirements.sh