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

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

Issue 2438063004: use_goma_module=True in chromium_libfuzzer_clang_tot (Closed)
Patch Set: Created 4 years, 2 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 500ad4e89f4f7b58b4f0e3cf35ad0dcffec317cc..7ca25e87afbabbb7db764a05074fd90276e921c5 100644
--- a/scripts/slave/recipes/chromium_libfuzzer_clang_tot.py
+++ b/scripts/slave/recipes/chromium_libfuzzer_clang_tot.py
@@ -48,7 +48,8 @@ def RunSteps(api):
api.chromium.runhooks()
api.chromium.run_mb(mastername, buildername, use_goma=False)
- api.chromium.compile(targets=['empty_fuzzer'])
+ api.chromium.compile(targets=['empty_fuzzer'],
+ use_goma_module=True)
config_kwargs = bot_config.get('chromium_config_kwargs', dict())
build_config = config_kwargs.get('BUILD_CONFIG', 'Release')
« 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