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

Unified Diff: scripts/slave/recipes/webrtc/libfuzzer.py

Issue 1751613003: WebRTC: Temporarily make libfuzzer bot use HEAD Clang. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 10 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/webrtc/libfuzzer.expected/full_client_webrtc_Linux64_Release__Libfuzzer_.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/webrtc/libfuzzer.py
diff --git a/scripts/slave/recipes/webrtc/libfuzzer.py b/scripts/slave/recipes/webrtc/libfuzzer.py
index 1645b50a1048416f2fbe957499097856b3fa1ecc..75bfa8c921a30eab7386f1312f219e1228535fb5 100644
--- a/scripts/slave/recipes/webrtc/libfuzzer.py
+++ b/scripts/slave/recipes/webrtc/libfuzzer.py
@@ -65,7 +65,9 @@ def RunSteps(api):
[api.path.sep.join(['tools', 'clang', 'scripts', 'update.py']),
'--force-local-build',
'--without-android'],
- cwd=api.path['checkout'])
+ cwd=api.path['checkout'],
+ # TODO(kjellander): Remove when crbug.com/591008 is fixed.
+ env={'LLVM_FORCE_HEAD_REVISION': 'YES'})
api.chromium.run_gn(use_goma=False)
« no previous file with comments | « no previous file | scripts/slave/recipes/webrtc/libfuzzer.expected/full_client_webrtc_Linux64_Release__Libfuzzer_.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698