diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2013-08-18 17:11:45 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2013-09-06 11:12:49 -0700 |
| commit | b4c36c2d1b8079cdb14bd3bf85c1ffc43f1f1d15 (patch) | |
| tree | ceec36b952fe9b00f2c77c71e2f15fe8d058bafe /.gitmodules | |
| parent | d39cec65b025ad4c6de50e778ffd1177279b5b3d (diff) | |
| download | rust-b4c36c2d1b8079cdb14bd3bf85c1ffc43f1f1d15.tar.gz rust-b4c36c2d1b8079cdb14bd3bf85c1ffc43f1f1d15.zip | |
Upgrade libuv to the current master (again)
This is a reopening of the libuv-upgrade part of #8645. Hopefully this won't cause random segfaults all over the place. The windows regression in testing should also be fixed (it shouldn't build the whole compiler twice). A notable difference from before is that gyp is now a git submodule instead of always git-cloned at make time. This allows bundling for releases more easily. Closes #8850
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 88ead6e608d..97e327ebfa4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,5 +4,8 @@ branch = master [submodule "src/libuv"] path = src/libuv - url = https://github.com/brson/libuv.git + url = https://github.com/alexcrichton/libuv.git branch = master +[submodule "src/gyp"] + path = src/gyp + url = https://git.chromium.org/external/gyp.git |
