From be3c0ce9480c5c464584c44a3f98413532f2bf6f Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Wed, 7 Aug 2013 10:20:13 +0200 Subject: Prospective fix for builds in the CI system on Windows machines Don't check out the test262 module by default, it isn't strictly necessary at this point and is causing issues on some Windows machines. Change-Id: I633404f1c00d83dcbdca06a1d287623190323028 Reviewed-by: Lars Knoll --- .gitmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitmodules b/.gitmodules index b813acb9f2..9f78879479 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ [submodule "tests/manual/v4/test262"] path = tests/manual/v4/test262 url = git://github.com/tronical/test262.git + update = none -- cgit v1.2.3