From d723b2e1ffafd8486edc6502108da318ad086dc3 Mon Sep 17 00:00:00 2001 From: Nick Holland Date: Tue, 28 Jul 2015 16:36:36 +0100 Subject: [PATCH] Temporarily disable v8 build and install from dali_env 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/scripts/dali_env b/build/scripts/dali_env index bc56c47..823c403 100755 --- a/build/scripts/dali_env +++ b/build/scripts/dali_env @@ -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", -- 2.7.4