fix(common): .gitmodules, relative url to stay on ssh or https

This commit is contained in:
rudy
2023-05-04 11:39:05 +02:00
committed by Quentin Bourgerie
parent 5df44ad6f8
commit 577e7847c6

3
.gitmodules vendored
View File

@@ -1,6 +1,7 @@
[submodule "llvm-project"]
path = third_party/llvm-project
url = git@github.com:zama-ai/concrete-compiler-internal-llvm-project.git
# .. refers to ssh|https://github.com/zama-ai
url = ../concrete-compiler-internal-llvm-project.git
shallow = true
[submodule "lattice-estimator"]
path = third_party/lattice-estimator