From 94898eb74e5cad5b0bedefbd225f89c10533e8e1 Mon Sep 17 00:00:00 2001 From: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com> Date: Tue, 15 Feb 2022 16:33:35 -0500 Subject: [PATCH] [base-clang] Add warning not to upgrade (#7279) * [base-clang] Add warning not to upgrade * undo --- infra/base-images/base-clang/checkout_build_install_llvm.sh | 2 ++ 1 file changed, 2 insertions(+) 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 91cf37f6c..0e49a7b8e 100755 --- a/infra/base-images/base-clang/checkout_build_install_llvm.sh +++ b/infra/base-images/base-clang/checkout_build_install_llvm.sh @@ -79,6 +79,8 @@ OUR_LLVM_REVISION=llvmorg-14-init-7378-gaee49255 # To allow for manual downgrades. Set to 0 to use Chrome's clang version (i.e. # *not* force a manual downgrade). Set to 1 to force a manual downgrade. +# DO NOT CHANGE THIS UNTIL https://github.com/google/oss-fuzz/issues/7273 is +# RESOLVED. FORCE_OUR_REVISION=1 LLVM_REVISION=$(grep -Po "CLANG_REVISION = '\K([^']+)" scripts/update.py)