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 <lars.knoll@digia.com>
This commit is contained in:
parent
b80db2ddbe
commit
be3c0ce948
|
@ -1,3 +1,4 @@
|
|||
[submodule "tests/manual/v4/test262"]
|
||||
path = tests/manual/v4/test262
|
||||
url = git://github.com/tronical/test262.git
|
||||
update = none
|
||||
|
|
Loading…
Reference in New Issue