Skip to content

Commit

Permalink
[infra] Do not force our LLVM revision. (google#1653)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dor1s authored and tmatth committed Oct 22, 2018
1 parent fc204b1 commit 1e9bcdb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e9bcdb

Please sign in to comment.