aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/compile.expected/Build-Debian9-GCC-x86_64-Release-PDFium.json
diff options
context:
space:
mode:
Diffstat (limited to 'infra/bots/recipes/compile.expected/Build-Debian9-GCC-x86_64-Release-PDFium.json')
-rw-r--r--infra/bots/recipes/compile.expected/Build-Debian9-GCC-x86_64-Release-PDFium.json25
1 files changed, 24 insertions, 1 deletions
diff --git a/infra/bots/recipes/compile.expected/Build-Debian9-GCC-x86_64-Release-PDFium.json b/infra/bots/recipes/compile.expected/Build-Debian9-GCC-x86_64-Release-PDFium.json
index 9c99ec2cb1..2dc4275ea4 100644
--- a/infra/bots/recipes/compile.expected/Build-Debian9-GCC-x86_64-Release-PDFium.json
+++ b/infra/bots/recipes/compile.expected/Build-Debian9-GCC-x86_64-Release-PDFium.json
@@ -121,6 +121,9 @@
"https://chromium.googlesource.com/chromium/tools/depot_tools.git"
],
"cwd": "[CUSTOM_/_B_WORK]/pdfium",
+ "env": {
+ "DEPOT_TOOLS_UPDATE": "0"
+ },
"name": "git setup"
},
{
@@ -133,6 +136,7 @@
],
"cwd": "[CUSTOM_/_B_WORK]/depot_tools",
"env": {
+ "DEPOT_TOOLS_UPDATE": "0",
"PATH": "RECIPE_PACKAGE_REPO[depot_tools]:<PATH>"
},
"infra_step": true,
@@ -146,6 +150,9 @@
"06493714339009216197d59c5413da2a1efdf4a2"
],
"cwd": "[CUSTOM_/_B_WORK]/depot_tools",
+ "env": {
+ "DEPOT_TOOLS_UPDATE": "0"
+ },
"infra_step": true,
"name": "git checkout"
},
@@ -156,6 +163,9 @@
"HEAD"
],
"cwd": "[CUSTOM_/_B_WORK]/depot_tools",
+ "env": {
+ "DEPOT_TOOLS_UPDATE": "0"
+ },
"infra_step": true,
"name": "read revision",
"stdout": "/path/to/tmp/",
@@ -172,6 +182,9 @@
"-x"
],
"cwd": "[CUSTOM_/_B_WORK]/depot_tools",
+ "env": {
+ "DEPOT_TOOLS_UPDATE": "0"
+ },
"infra_step": true,
"name": "git clean"
},
@@ -182,6 +195,9 @@
"sync"
],
"cwd": "[CUSTOM_/_B_WORK]/depot_tools",
+ "env": {
+ "DEPOT_TOOLS_UPDATE": "0"
+ },
"infra_step": true,
"name": "submodule sync"
},
@@ -194,6 +210,9 @@
"--recursive"
],
"cwd": "[CUSTOM_/_B_WORK]/depot_tools",
+ "env": {
+ "DEPOT_TOOLS_UPDATE": "0"
+ },
"infra_step": true,
"name": "submodule update"
},
@@ -207,6 +226,7 @@
"env": {
"BUILDTYPE": "Release",
"CHROME_HEADLESS": "1",
+ "DEPOT_TOOLS_UPDATE": "0",
"PATH": "<PATH>:RECIPE_PACKAGE_REPO[depot_tools]",
"SKIA_OUT": "[CUSTOM_/_B_WORK]/pdfium/third_party/skia/out/Build-Debian9-GCC-x86_64-Release-PDFium"
},
@@ -222,6 +242,7 @@
"env": {
"BUILDTYPE": "Release",
"CHROME_HEADLESS": "1",
+ "DEPOT_TOOLS_UPDATE": "0",
"PATH": "<PATH>:RECIPE_PACKAGE_REPO[depot_tools]",
"SKIA_OUT": "[CUSTOM_/_B_WORK]/pdfium/third_party/skia/out/Build-Debian9-GCC-x86_64-Release-PDFium"
},
@@ -239,6 +260,7 @@
"BUILDTYPE": "Release",
"CHROME_HEADLESS": "1",
"CHROMIUM_BUILDTOOLS_PATH": "[CUSTOM_/_B_WORK]/pdfium/buildtools",
+ "DEPOT_TOOLS_UPDATE": "0",
"PATH": "<PATH>:RECIPE_PACKAGE_REPO[depot_tools]",
"SKIA_OUT": "[CUSTOM_/_B_WORK]/pdfium/third_party/skia/out/Build-Debian9-GCC-x86_64-Release-PDFium"
},
@@ -256,6 +278,7 @@
"BUILDTYPE": "Release",
"CHROME_HEADLESS": "1",
"CHROMIUM_BUILDTOOLS_PATH": "[CUSTOM_/_B_WORK]/pdfium/buildtools",
+ "DEPOT_TOOLS_UPDATE": "0",
"PATH": "<PATH>:RECIPE_PACKAGE_REPO[depot_tools]",
"SKIA_OUT": "[CUSTOM_/_B_WORK]/pdfium/third_party/skia/out/Build-Debian9-GCC-x86_64-Release-PDFium"
},
@@ -267,7 +290,7 @@
"-u",
"import errno\nimport glob\nimport os\nimport shutil\nimport sys\n\nsrc = sys.argv[1]\ndst = sys.argv[2]\nbuild_products_whitelist = ['bookmaker', 'dm', 'dm.exe', 'dm.app', 'nanobench.app', 'get_images_from_skps', 'get_images_from_skps.exe', 'nanobench', 'nanobench.exe', 'skpbench', '*.so', '*.dll', '*.dylib', 'skia_launcher', 'skiaserve', 'lib/*.so', 'run_testlab', 'skqp-universal-debug.apk', 'whitelist_devices.json']\n\ntry:\n os.makedirs(dst)\nexcept OSError as e:\n if e.errno != errno.EEXIST:\n raise\n\nfor pattern in build_products_whitelist:\n path = os.path.join(src, pattern)\n for f in glob.glob(path):\n dst_path = os.path.join(dst, os.path.relpath(f, src))\n if not os.path.isdir(os.path.dirname(dst_path)):\n os.makedirs(os.path.dirname(dst_path))\n print 'Copying build product %s to %s' % (f, dst_path)\n shutil.move(f, dst_path)\n",
"[CUSTOM_/_B_WORK]/pdfium/third_party/skia/out/Build-Debian9-GCC-x86_64-Release-PDFium/Release",
- "[CUSTOM_[SWARM_OUT_DIR]]/out/Release"
+ "[START_DIR]/[SWARM_OUT_DIR]/out/Release"
],
"infra_step": true,
"name": "copy build products",