[base-clang] Add warning not to upgrade (#7279)

* [base-clang] Add warning not to upgrade

* undo
This commit is contained in:
jonathanmetzman 2022-02-15 16:33:35 -05:00 committed by GitHub
parent 6a54a7b965
commit 94898eb74e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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. # 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. # *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 FORCE_OUR_REVISION=1
LLVM_REVISION=$(grep -Po "CLANG_REVISION = '\K([^']+)" scripts/update.py) LLVM_REVISION=$(grep -Po "CLANG_REVISION = '\K([^']+)" scripts/update.py)