Temporarily disable v8 build and install from dali_env 74/44874/2
authorNick Holland <nick.holland@partner.samsung.com>
Tue, 28 Jul 2015 15:36:36 +0000 (16:36 +0100)
committerNick Holland <nick.holland@partner.samsung.com>
Tue, 28 Jul 2015 15:42:41 +0000 (16:42 +0100)
when running dali_env script the v8 installation fails if the
machine is not using a http proxy.

Change-Id: I5caa75723c0a211b045c8ab30744c9777ae1d233

build/scripts/dali_env

index bc56c47..823c403 100755 (executable)
@@ -54,9 +54,10 @@ my @system_packages = (
 );
 
 # Some packages like require building from source
+# v8 is currently disabled until we can get it working without a http proxy being setup
 my @source_pkgs = (
 
-    {"name" => "v8",
+    {"name" => "disabled-v8",
      "force-rebuild" => 0,
      "use_depot_tools" => 1,
      "repo" => "https://chromium.googlesource.com/v8/v8.git",