diff options
author | Max Moroz <dor3s1@gmail.com> | 2019-04-12 09:14:09 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-12 09:14:09 -0700 |
commit | 8b34fd89d24551a2268099a6213a6152922cb601 (patch) | |
tree | 6e51213a2f433c6ee1a3ed233c8132364639c0f4 /infra | |
parent | 97eca89ed944fdb4e3fe575698a057c69814582e (diff) |
[infra] Revert the recent clang roll to fix some builds (#2315). (#2316)
Diffstat (limited to 'infra')
-rwxr-xr-x | infra/base-images/base-clang/checkout_build_install_llvm.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/infra/base-images/base-clang/checkout_build_install_llvm.sh b/infra/base-images/base-clang/checkout_build_install_llvm.sh index e93f9a8b..5892338b 100755 --- a/infra/base-images/base-clang/checkout_build_install_llvm.sh +++ b/infra/base-images/base-clang/checkout_build_install_llvm.sh @@ -47,8 +47,8 @@ cd $SRC/chromium_tools git clone https://chromium.googlesource.com/chromium/src/tools/clang cd clang -OUR_LLVM_REVISION=342582 # For manual bumping. -FORCE_OUR_REVISION=0 # To allow for manual downgrades. +OUR_LLVM_REVISION=356356 # For manual bumping. +FORCE_OUR_REVISION=1 # 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 |