| Index: scripts/slave/recipe_modules/goma/example.expected/win_goma_disabled.json
|
| diff --git a/scripts/slave/recipe_modules/goma/example.expected/win_goma_disabled.json b/scripts/slave/recipe_modules/goma/example.expected/win_goma_disabled.json
|
| index e230c4320e29383a2108da3a974bbea9746ac1b5..95026b00f59a2d8cbaf8a71f4f2cfa9fdd9ffe29 100644
|
| --- a/scripts/slave/recipe_modules/goma/example.expected/win_goma_disabled.json
|
| +++ b/scripts/slave/recipe_modules/goma/example.expected/win_goma_disabled.json
|
| @@ -144,6 +144,19 @@
|
| },
|
| {
|
| "cmd": [
|
| + "python",
|
| + "-u",
|
| + "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\update_windows_env.py",
|
| + "--envfile-dir",
|
| + "out/Release"
|
| + ],
|
| + "env": {
|
| + "GOMA_DISABLED": "true"
|
| + },
|
| + "name": "update windows env"
|
| + },
|
| + {
|
| + "cmd": [
|
| "ninja",
|
| "-C",
|
| "out/Release"
|
|
|