forked from utcs-scea/ava
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
36 lines (36 loc) · 1.18 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
[submodule "llvm"]
path = llvm
url = https://github.com/utcs-scea/ava-llvm.git
branch = v7.1.0
ignore = dirty
[submodule "third_party/abseil-cpp"]
path = third_party/abseil-cpp
url = https://github.com/abseil/abseil-cpp.git
branch = lts_2020_02_25
[submodule "third_party/cares/cares"]
path = third_party/cares/cares
url = https://github.com/c-ares/c-ares.git
branch = cares-1_13_0
[submodule "third_party/zlib"]
path = third_party/zlib
url = https://github.com/madler/zlib.git
# When using CMake to build, the zlib submodule ends up with a
# generated file that makes Git consider the submodule dirty. This
# state can be ignored for day-to-day development on gRPC.
ignore = dirty
[submodule "third_party/flatbuffers"]
path = third_party/flatbuffers
url = https://github.com/google/flatbuffers.git
branch = v1.12.0
[submodule "third_party/grpc"]
path = third_party/grpc
url = https://github.com/grpc/grpc.git
branch = v1.15.1
ignore = dirty
[submodule "third_party/protobuf"]
path = third_party/protobuf
url = https://github.com/google/protobuf.git
branch = v3.6.1
[submodule "third_party/libconfig"]
path = third_party/libconfig
url = https://github.com/hyperrealm/libconfig.git