-
Notifications
You must be signed in to change notification settings - Fork 8
/
.gitmodules
39 lines (39 loc) · 1.14 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[submodule "external/libcxxrt"]
path = external/libcxxrt
url = https://github.com/libcxxrt/libcxxrt.git
shallow = true
fetchRecurseSubmodules = false
[submodule "external/pure64"]
path = external/pure64
url = https://github.com/ReturnInfinity/Pure64
shallow = true
fetchRecurseSubmodules = false
[submodule "external/musl"]
path = external/musl
url = git://git.musl-libc.org/musl
shallow = true
fetchRecurseSubmodules = false
[submodule "external/verona"]
path = external/verona
url = https://github.com/microsoft/verona.git
shallow = true
fetchRecurseSubmodules = false
[submodule "external/snmalloc"]
path = external/snmalloc
url = https://github.com/microsoft/snmalloc.git
shallow = true
fetchRecurseSubmodules = false
[submodule "external/llvm-project"]
path = external/llvm-project
url = https://github.com/llvm/llvm-project
shallow = true
fetchRecurseSubmodules = false
[submodule "external/openssl"]
path = external/openssl
url = https://github.com/openssl/openssl.git
shallow = true
fetchRecurseSubmodules = false
[submodule "external/CCF"]
path = external/CCF
url = https://github.com/microsoft/CCF
fetchRecurseSubmodules = true