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

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

Issue 878923002: Don't set fastbuild=1 for Mac ASan trybots. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Move fastbuild=0 to asan() config and retrain Created 5 years, 11 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_V8_Mac64_ASAN.json
diff --git a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Mac64_ASAN.json b/scripts/slave/recipes/v8.expected/full_client_v8_V8_Mac64_ASAN.json
index 2a7f2a503a7d8920ae405e651d7403675dcb4181..15845e44c382956bb3e7ed283a971df22a3fcf3f 100644
--- a/scripts/slave/recipes/v8.expected/full_client_v8_V8_Mac64_ASAN.json
+++ b/scripts/slave/recipes/v8.expected/full_client_v8_V8_Mac64_ASAN.json
@@ -49,7 +49,7 @@
"runhooks"
],
"env": {
- "GYP_DEFINES": "asan=1 clang=1 lsan=1 target_arch=x64 v8_target_arch=x64"
+ "GYP_DEFINES": "asan=1 clang=1 fastbuild=0 lsan=1 target_arch=x64 v8_target_arch=x64"
},
"name": "gclient runhooks"
},

Powered by Google App Engine
This is Rietveld 408576698