aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/compile.expected/Build-Win-MSVC-x86-Debug-Exceptions.json
diff options
context:
space:
mode:
Diffstat (limited to 'infra/bots/recipes/compile.expected/Build-Win-MSVC-x86-Debug-Exceptions.json')
-rw-r--r--infra/bots/recipes/compile.expected/Build-Win-MSVC-x86-Debug-Exceptions.json43
1 files changed, 43 insertions, 0 deletions
diff --git a/infra/bots/recipes/compile.expected/Build-Win-MSVC-x86-Debug-Exceptions.json b/infra/bots/recipes/compile.expected/Build-Win-MSVC-x86-Debug-Exceptions.json
index 92c4e022e7..afad99622f 100644
--- a/infra/bots/recipes/compile.expected/Build-Win-MSVC-x86-Debug-Exceptions.json
+++ b/infra/bots/recipes/compile.expected/Build-Win-MSVC-x86-Debug-Exceptions.json
@@ -24,6 +24,49 @@
},
{
"cmd": [
+ "git.bat",
+ "remote",
+ "set-url",
+ "origin",
+ "https://skia.googlesource.com/skia.git"
+ ],
+ "cwd": "[CUSTOM_C:\\_B_WORK]\\skia",
+ "infra_step": true,
+ "name": "git remote set-url"
+ },
+ {
+ "cmd": [
+ "git.bat",
+ "fetch"
+ ],
+ "cwd": "[CUSTOM_C:\\_B_WORK]\\skia",
+ "infra_step": true,
+ "name": "git fetch"
+ },
+ {
+ "cmd": [
+ "git.bat",
+ "reset",
+ "--hard",
+ "abc123"
+ ],
+ "cwd": "[CUSTOM_C:\\_B_WORK]\\skia",
+ "infra_step": true,
+ "name": "git reset"
+ },
+ {
+ "cmd": [
+ "git.bat",
+ "clean",
+ "-d",
+ "-f"
+ ],
+ "cwd": "[CUSTOM_C:\\_B_WORK]\\skia",
+ "infra_step": true,
+ "name": "git clean"
+ },
+ {
+ "cmd": [
"python",
"-u",
"RECIPE_MODULE[depot_tools::bot_update]\\resources\\bot_update.py",