Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1136)

Unified Diff: scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Mips___builder.json

Issue 1901103004: V8: Show build environment in failure logs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Fix Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Mips___builder.json
diff --git a/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Mips___builder.json b/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Mips___builder.json
index b8fb04d7a314b38e390bee7bb3cf04155d21ecfd..ea3adee37e7593c15a5c39c4b2943f04b3aa5fab 100644
--- a/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Mips___builder.json
+++ b/scripts/slave/recipes/v8.expected/full_client_v8_ports_V8_Mips___builder.json
@@ -169,6 +169,15 @@
{
"builder_name": "V8 Mips - big endian - nosnap - 1",
"properties": {
+ "parent_build_environment": {
+ "AR": "[SLAVE_BUILD]/mips-2013.11/bin/mips-linux-gnu-ar",
+ "CC": "[SLAVE_BUILD]/mips-2013.11/bin/mips-linux-gnu-gcc",
+ "CXX": "[SLAVE_BUILD]/mips-2013.11/bin/mips-linux-gnu-g++",
+ "GYP_CROSSCOMPILE": "1",
+ "GYP_DEFINES": "target_arch=mips v8_enable_i18n_support=0 v8_target_arch=mips v8_use_snapshot=false",
+ "LINK": "[SLAVE_BUILD]/mips-2013.11/bin/mips-linux-gnu-g++",
+ "RANLIB": "[SLAVE_BUILD]/mips-2013.11/bin/mips-linux-gnu-ranlib"
+ },
"parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c",
"parent_got_revision_cp": "refs/heads/master@{#50110}",
"revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c"
@@ -177,6 +186,15 @@
{
"builder_name": "V8 Mips - big endian - nosnap - 2",
"properties": {
+ "parent_build_environment": {
+ "AR": "[SLAVE_BUILD]/mips-2013.11/bin/mips-linux-gnu-ar",
+ "CC": "[SLAVE_BUILD]/mips-2013.11/bin/mips-linux-gnu-gcc",
+ "CXX": "[SLAVE_BUILD]/mips-2013.11/bin/mips-linux-gnu-g++",
+ "GYP_CROSSCOMPILE": "1",
+ "GYP_DEFINES": "target_arch=mips v8_enable_i18n_support=0 v8_target_arch=mips v8_use_snapshot=false",
+ "LINK": "[SLAVE_BUILD]/mips-2013.11/bin/mips-linux-gnu-g++",
+ "RANLIB": "[SLAVE_BUILD]/mips-2013.11/bin/mips-linux-gnu-ranlib"
+ },
"parent_got_revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c",
"parent_got_revision_cp": "refs/heads/master@{#50110}",
"revision": "f2cbea7e89a45f46819777bb78a1f5bd0241f64c"

Powered by Google App Engine
This is Rietveld 408576698