| Index: scripts/slave/recipes/wasm_llvm.py
|
| diff --git a/scripts/slave/recipes/wasm_llvm.py b/scripts/slave/recipes/wasm_llvm.py
|
| index 53377885f2d675b0c471604d74ad218d9f84fd68..d3b755a5b85a8ae2c63287314c3333cfa11cafa5 100644
|
| --- a/scripts/slave/recipes/wasm_llvm.py
|
| +++ b/scripts/slave/recipes/wasm_llvm.py
|
| @@ -12,7 +12,7 @@ DEPS = [
|
|
|
|
|
| def RunSteps(api):
|
| - api.gclient.set_config('wasm_llvm')
|
| + api.gclient.set_config('wasm_llvm', GIT_MODE=True)
|
| result = api.bot_update.ensure_checkout(force=True)
|
| got_revision = result.presentation.properties['got_waterfall_revision']
|
|
|
|
|