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

Unified Diff: native_client_sdk/src/build_tools/build_sdk.py

Issue 566933002: [NaCl SDK] Temporarily disable building AppEngine demos. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/build_tools/build_sdk.py
diff --git a/native_client_sdk/src/build_tools/build_sdk.py b/native_client_sdk/src/build_tools/build_sdk.py
index e41f985b0253378541522257c4ba4267021a7a40..1dda093c26cdf8161cbf75f72857cfbe11e498fb 100755
--- a/native_client_sdk/src/build_tools/build_sdk.py
+++ b/native_client_sdk/src/build_tools/build_sdk.py
@@ -943,7 +943,10 @@ def main(args):
if buildbot_common.IsSDKBuilder():
options.archive = True
options.build_ports = True
- options.build_app_engine = True
+ # TODO(binji): re-enable app_engine build when the linux builder stops
+ # breaking when trying to git clone from github.
+ # See http://crbug.com/412969.
+ options.build_app_engine = False
options.tar = True
toolchains = ['newlib', 'glibc', 'arm', 'pnacl', 'host']
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698