Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2773)

Unified Diff: scripts/slave/recipes/chromium_libfuzzer_clang_tot.py

Issue 2304313002: ClangToTLinuxASanLibfuzzer: Add 'clang_tot' to 'chromium_apply_config' (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium_libfuzzer_clang_tot.expected/full_chromium_fyi_ClangToTLinuxASanLibfuzzer.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/chromium_libfuzzer_clang_tot.py
diff --git a/scripts/slave/recipes/chromium_libfuzzer_clang_tot.py b/scripts/slave/recipes/chromium_libfuzzer_clang_tot.py
index 1a165339ba0520a7f151bdd3b43b4d19d381121b..201b0ff7287c5349561d52f685c2813dea880f76 100644
--- a/scripts/slave/recipes/chromium_libfuzzer_clang_tot.py
+++ b/scripts/slave/recipes/chromium_libfuzzer_clang_tot.py
@@ -25,7 +25,7 @@ BUILDERS = freeze({
'builders': {
'ClangToTLinuxASanLibfuzzer': {
'chromium_config': 'chromium_clang',
- 'chromium_apply_config': [ 'proprietary_codecs' ],
+ 'chromium_apply_config': [ 'clang_tot', 'proprietary_codecs' ],
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_PLATFORM': 'linux',
@@ -44,7 +44,7 @@ def RunSteps(api):
api.bot_update.ensure_checkout(
force=True, patch_root=bot_config.get('root_override'))
- api.chromium.runhooks(env={'LLVM_FORCE_HEAD_REVISION': 'YES'})
+ api.chromium.runhooks()
api.chromium.run_mb(mastername, buildername, use_goma=False)
api.chromium.compile(targets=['empty_fuzzer'])
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium_libfuzzer_clang_tot.expected/full_chromium_fyi_ClangToTLinuxASanLibfuzzer.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698