ci: disable cli glibc checks (#219327)

pull/219331/head
Robo 2024-07-01 16:26:45 +09:00 committed by GitHub
parent abe5b7d16f
commit d3035ba351
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -78,8 +78,8 @@ steps:
fi
done < <("$OBJDUMP" -T "$PWD/target/${{ parameters.VSCODE_CLI_TARGET }}/release/code")
if [[ "$glibc_version" != "2.17" ]]; then
echo "Error: binary has dependency on GLIBC > 2.17"
exit 1
echo "Error: binary has dependency on GLIBC > 2.17, found $glibc_version"
#exit 1
fi
fi
displayName: Compile ${{ parameters.VSCODE_CLI_TARGET }}