verify-glibc.patch 887 B

1234567891011121314
  1. diff --git a/build/azure-pipelines/linux/verify-glibc-requirements.sh b/build/azure-pipelines/linux/verify-glibc-requirements.sh
  2. index f07c0ba..bd9aac1 100755
  3. --- a/build/azure-pipelines/linux/verify-glibc-requirements.sh
  4. +++ b/build/azure-pipelines/linux/verify-glibc-requirements.sh
  5. @@ -36,3 +36,3 @@ for file in $files; do
  6. if [[ "$glibc_version" != "$EXPECTED_GLIBC_VERSION" ]]; then
  7. - echo "Error: File $file has dependency on GLIBC > $EXPECTED_GLIBC_VERSION"
  8. + echo "Error: File $file has dependency on GLIBC($glibc_version) != $EXPECTED_GLIBC_VERSION"
  9. exit 1
  10. @@ -40,3 +40,3 @@ for file in $files; do
  11. if [[ "$glibcxx_version" != "$EXPECTED_GLIBCXX_VERSION" ]]; then
  12. - echo "Error: File $file has dependency on GLIBCXX > $EXPECTED_GLIBCXX_VERSION"
  13. + echo "Error: File $file has dependency on GLIBCXX($glibcxx_version) != $EXPECTED_GLIBCXX_VERSION"
  14. exit 1