forked from SJTU-IPADS/PhoenixOS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
23 lines (23 loc) · 856 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[submodule "third_party/cuda-checkpoint"]
path = third_party/cuda-checkpoint
url = https://github.com/NVIDIA/cuda-checkpoint.git
branch = main
[submodule "third_party/googletest"]
path = third_party/googletest
url = https://github.com/google/googletest.git
[submodule "third_party/yaml-cpp"]
path = third_party/yaml-cpp
url = https://github.com/jbeder/yaml-cpp.git
[submodule "third_party/protobuf"]
path = third_party/protobuf
url = https://github.com/protocolbuffers/protobuf.git
[submodule "third_party/criu"]
path = third_party/criu
url = https://github.com/SJTU-IPADS/PhoenixOS-CRIU.git
[submodule "third_party/util-linux"]
path = third_party/util-linux
url = https://github.com/util-linux/util-linux.git
[submodule "remoting"]
path = remoting
url = https://github.com/SJTU-IPADS/PhoenixOS-Remoting.git
branch = v0.10-cricket