summaryrefslogtreecommitdiffstats
path: root/native_client_sdk
diff options
context:
space:
mode:
authornoelallen@google.com <noelallen@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-11 22:32:17 +0000
committernoelallen@google.com <noelallen@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-11 22:32:17 +0000
commitf79bb5e32ac45b2cc01e5c76f9cb775bdab0b711 (patch)
tree5830793d14b328e5624caedc62207c6ae07c3561 /native_client_sdk
parentc08c1aaacb9685030814a0e066cb90f2b1202fac (diff)
downloadchromium_src-f79bb5e32ac45b2cc01e5c76f9cb775bdab0b711.zip
chromium_src-f79bb5e32ac45b2cc01e5c76f9cb775bdab0b711.tar.gz
chromium_src-f79bb5e32ac45b2cc01e5c76f9cb775bdab0b711.tar.bz2
Temporarily disable build of updater during SDK
SDK Builder requires a fix to Cygtar which has still hiding behind a NaCl deps roll. This temporarily disabled the building of the updater. TBR=bradnelson@chromium.org BUG=109207 Review URL: https://chromiumcodereview.appspot.com/9381033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121660 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'native_client_sdk')
-rwxr-xr-xnative_client_sdk/src/build_tools/buildbot_run.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/native_client_sdk/src/build_tools/buildbot_run.py b/native_client_sdk/src/build_tools/buildbot_run.py
index 8e08570..6816b4d 100755
--- a/native_client_sdk/src/build_tools/buildbot_run.py
+++ b/native_client_sdk/src/build_tools/buildbot_run.py
@@ -364,7 +364,7 @@ def CopyExamples(pepperdir, extras = []):
def BuildUpdater():
- BuildStep('Create Installer/Updater')
+ BuildStep('Create Updater')
tooldir = os.path.join(SRC_DIR, 'out', 'sdk_tools')
sdkupdate = os.path.join(SDK_SRC_DIR, 'build_tools', 'sdk_tools', 'sdk_update.py')
license = os.path.join(SDK_SRC_DIR, 'LICENSE')
@@ -474,8 +474,8 @@ def main(args):
Run(['make', 'all', '-j8'], cwd=os.path.abspath(dirnode), shell=True)
# Build SDK Tools
- if not skip_update:
- BuildUpdater()
+# if not skip_update:
+# BuildUpdater()
return 0