[infra] Do not force our LLVM revision. (#1653)

This commit is contained in:
Max Moroz 2018-07-26 10:01:41 -07:00 committed by GitHub
parent 98827c5b31
commit 704da2ddac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ git clone https://chromium.googlesource.com/chromium/src/tools/clang
cd clang
OUR_LLVM_REVISION=334100 # For manual bumping.
FORCE_OUR_REVISION=1 # To allow for manual downgrades.
FORCE_OUR_REVISION=0 # To allow for manual downgrades.
LLVM_REVISION=$(grep -Po "CLANG_REVISION = '\K\d+(?=')" scripts/update.py)
if [ $OUR_LLVM_REVISION -gt $LLVM_REVISION ] || [ $FORCE_OUR_REVISION -ne 0 ]; then