| Index: scripts/slave/recipes/client.dynamorio.recipe_autogen.expected/win_dr_package.json
|
| diff --git a/scripts/slave/recipes/client.dynamorio.recipe_autogen.expected/win_dr_package.json b/scripts/slave/recipes/client.dynamorio.recipe_autogen.expected/win_dr_package.json
|
| index 05768d8a41eee0aa6d75eafabcd5f7c7d1c132cd..d9797340d41e438f5abafd84f3c99eb439a61b35 100644
|
| --- a/scripts/slave/recipes/client.dynamorio.recipe_autogen.expected/win_dr_package.json
|
| +++ b/scripts/slave/recipes/client.dynamorio.recipe_autogen.expected/win_dr_package.json
|
| @@ -11,13 +11,13 @@
|
| "--slave",
|
| "TestSlave",
|
| "--spec",
|
| - "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_deps': {'dynamorio/tools/buildbot': 'https://github.com/DynamoRIO/buildbot.git'}, 'deps_file': '.DEPS.git', 'managed': True, 'name': 'dynamorio', 'url': 'https://github.com/DynamoRIO/dynamorio.git'}]",
|
| + "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'custom_deps': {'dynamorio/tools/buildbot': 'https://github.com/DynamoRIO/buildbot.git'}, 'deps_file': '.DEPS.git', 'managed': True, 'name': 'dynamorio', 'url': 'https://github.com/DynamoRIO/dynamorio.git'}]",
|
| "--root",
|
| "dynamorio",
|
| "--revision_mapping_file",
|
| "{}",
|
| "--git-cache-dir",
|
| - "[GIT_CACHE]",
|
| + "[ROOT]/b/build/slave/cache_dir",
|
| "--output_json",
|
| "/path/to/tmp/json",
|
| "--revision",
|
| @@ -25,7 +25,6 @@
|
| "--force",
|
| "--output_manifest"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "env": {
|
| "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
|
| },
|
| @@ -49,22 +48,21 @@
|
| },
|
| {
|
| "cmd": [
|
| - "[SLAVE_BUILD]/dynamorio/tools/buildbot/bot_tools/unpack.bat"
|
| + "[CWD]/dynamorio/tools/buildbot/bot_tools/unpack.bat"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]/dynamorio/tools/buildbot/bot_tools",
|
| + "cwd": "[CWD]/dynamorio/tools/buildbot/bot_tools",
|
| "name": "unpack tools"
|
| },
|
| {
|
| "cmd": [
|
| - "[BUILD]/scripts/slave/drmemory/build_env.bat",
|
| + "[ROOT]/b/build/scripts/slave/drmemory/build_env.bat",
|
| "ctest",
|
| "-VV",
|
| "-S",
|
| - "[SLAVE_BUILD]/dynamorio/make/package.cmake,build=0x1234567"
|
| + "[CWD]/dynamorio/make/package.cmake,build=0x1234567"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "env": {
|
| - "BOTTOOLS": "[SLAVE_BUILD]/dynamorio/tools/buildbot/bot_tools"
|
| + "BOTTOOLS": "[CWD]/dynamorio/tools/buildbot/bot_tools"
|
| },
|
| "name": "Package DynamoRIO"
|
| },
|
| @@ -74,13 +72,12 @@
|
| "-u",
|
| "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
|
| "--",
|
| - "[DEPOT_TOOLS]/gsutil.py",
|
| + "[ROOT]/b/depot_tools/gsutil.py",
|
| "----",
|
| "cp",
|
| "DynamoRIO-Windows-*1234567.zip",
|
| "gs://chromium-dynamorio/builds/"
|
| ],
|
| - "cwd": "[SLAVE_BUILD]",
|
| "name": "gsutil upload",
|
| "~followup_annotations": [
|
| "@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/chromium-dynamorio/builds/@@@"
|
|
|