aboutsummaryrefslogtreecommitdiff
path: root/infra/base-images/base-clang
diff options
context:
space:
mode:
authorMax Moroz <dor3s1@gmail.com>2019-04-12 09:14:09 -0700
committerGitHub <noreply@github.com>2019-04-12 09:14:09 -0700
commit8b34fd89d24551a2268099a6213a6152922cb601 (patch)
tree6e51213a2f433c6ee1a3ed233c8132364639c0f4 /infra/base-images/base-clang
parent97eca89ed944fdb4e3fe575698a057c69814582e (diff)
downloadoss-fuzz-8b34fd89d24551a2268099a6213a6152922cb601.tar.gz
[infra] Revert the recent clang roll to fix some builds (#2315). (#2316)
Diffstat (limited to 'infra/base-images/base-clang')
-rwxr-xr-xinfra/base-images/base-clang/checkout_build_install_llvm.sh4
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 e93f9a8bc..5892338bb 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