| Index: scripts/slave/recipes/mojo.py
|
| diff --git a/scripts/slave/recipes/mojo.py b/scripts/slave/recipes/mojo.py
|
| index d914a92b6674efe9deb6ee41c1dfcd9a449ec82e..3c3dafaff1af139f2d8707bd2e546a3cb6ce350d 100644
|
| --- a/scripts/slave/recipes/mojo.py
|
| +++ b/scripts/slave/recipes/mojo.py
|
| @@ -20,7 +20,7 @@ DEPS = [
|
|
|
| def _CheckoutSteps(api, buildername):
|
| # Checkout mojo and its dependencies (specified in DEPS) using gclient
|
| - api.gclient.set_config('mojo')
|
| + api.gclient.set_config('mojo', GIT_MODE=True)
|
| if 'Android' in buildername:
|
| api.gclient.apply_config('android')
|
| api.bot_update.ensure_checkout(force=True)
|
|
|