We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dae77f6 commit 30ff460Copy full SHA for 30ff460
MODULE.bazel
@@ -90,14 +90,10 @@ archive_override(
90
)
91
92
bazel_dep(name = "c3")
93
-# git_override(
94
-# module_name = "c3",
95
-# remote = "https://github.com/DAIRLab/c3.git",
96
-# commit = "5c5d55753017743108c554b6aee87bc9edc22a3b"
97
-# )
98
-local_path_override(
+git_override(
99
module_name = "c3",
100
- path = "../c3"
+ remote = "https://github.com/DAIRLab/c3.git",
+ commit = "2bd13495c3306cf7d53992e2495774d1ad454cca"
101
102
103
INEKF_COMMIT = "297c308e50fa599af92ce3bd5f11d71e2bf8af69"
0 commit comments