| 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)
|
|
|
|
|