build: comment-out chromium version checking code temporarily (#22232)

Related #22231

PR Close #22232
This commit is contained in:
Matias Niemelä 2018-02-14 13:46:30 -08:00
parent f4697f351e
commit 5bb9fcad3e
1 changed files with 4 additions and 3 deletions

View File

@ -79,6 +79,7 @@ if [[ "$EXISTING_VERSION" != "$CHROMIUM_VERSION" ]]; then
echo $CHROMIUM_VERSION > $CHROMIUM_VERSION_FILE
fi
if [[ "$CHROMIUM_VERSION" != "$LATEST_CHROMIUM_VERSION" ]]; then
echo "New version of Chromium available. Update install-chromium.sh with build number: ${LATEST_CHROMIUM_VERSION}"
fi
## TODO (matsko|iminar): uncomment once #22231 is closed
# if [[ "$CHROMIUM_VERSION" != "$LATEST_CHROMIUM_VERSION" ]]; then
# echo "New version of Chromium available. Update install-chromium.sh with build number: ${LATEST_CHROMIUM_VERSION}"
# fi