| Index: scripts/slave/recipes/wasm_llvm.expected/linux.json
|
| diff --git a/scripts/slave/recipes/wasm_llvm.expected/linux.json b/scripts/slave/recipes/wasm_llvm.expected/linux.json
|
| index 96c9646f516d41281d665a8e3689bb8eaa787646..f22011c376e65684cabc3dfbe3a0c358f6cdb2cc 100644
|
| --- a/scripts/slave/recipes/wasm_llvm.expected/linux.json
|
| +++ b/scripts/slave/recipes/wasm_llvm.expected/linux.json
|
| @@ -11,13 +11,13 @@
|
| "--slave",
|
| "TestSlavename",
|
| "--spec",
|
| - "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/github.com/WebAssembly/waterfall.git'}]",
|
| + "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/external/github.com/WebAssembly/waterfall.git'}]",
|
| "--root",
|
| "src",
|
| "--revision_mapping_file",
|
| "{\"src\": \"got_waterfall_revision\"}",
|
| "--git-cache-dir",
|
| - "[ROOT]/b/build/slave/cache_dir",
|
| + "[GIT_CACHE]",
|
| "--output_json",
|
| "/path/to/tmp/json",
|
| "--revision",
|
| @@ -25,6 +25,7 @@
|
| "--force",
|
| "--output_manifest"
|
| ],
|
| + "cwd": "[SLAVE_BUILD]",
|
| "env": {
|
| "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
|
| },
|
| @@ -61,9 +62,9 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| - "[CWD]/src/src/build.py"
|
| + "[SLAVE_BUILD]/src/src/build.py"
|
| ],
|
| - "cwd": "[CWD]/src",
|
| + "cwd": "[SLAVE_BUILD]/src",
|
| "env": {
|
| "BUILDBOT_BUILDERNAME": "linux",
|
| "BUILDBOT_GOT_WATERFALL_REVISION": "f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
|
|
|