ci(linux): increase glibcxx min-version [skip ci]
This commit is contained in:
parent
5427f5c36a
commit
e04c06d5e3
2 changed files with 7 additions and 2 deletions
|
@ -6,7 +6,12 @@ set -e
|
|||
if [[ "${GITHUB_EVENT_NAME}" == "pull_request" ]]; then
|
||||
echo "It's a PR"
|
||||
|
||||
if [[ "${OS_NAME}" != "linux" || "${VSCODE_ARCH}" == "x64" ]]; then
|
||||
export SHOULD_BUILD="yes"
|
||||
else
|
||||
export SHOULD_BUILD="no"
|
||||
fi
|
||||
|
||||
export SHOULD_DEPLOY="no"
|
||||
elif [[ "${GITHUB_EVENT_NAME}" == "push" ]]; then
|
||||
echo "It's a Push"
|
||||
|
|
|
@ -114,7 +114,7 @@ if [[ "${OS_NAME}" == "linux" ]]; then
|
|||
|
||||
./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.22" ./build/azure-pipelines/linux/verify-glibc-requirements.sh
|
||||
|
||||
node build/azure-pipelines/distro/mixin-npm
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue