Skip to content

Commit 70e30f0

Browse files
authored
Fetch SQL compiler using https instead of git.
Cargo is unable to cope with a submodule dependency using the `git://` URL (due to some limitations of its git client library). Unfortunately, this only surfaced once the change was merged into `main`.
1 parent 7777445 commit 70e30f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "sql-to-dbsp-compiler"]
22
path = sql-to-dbsp-compiler
3-
url = git@github.com:vmware/sql-to-dbsp-compiler.git
3+
url = https://github.com/vmware/sql-to-dbsp-compiler.git

0 commit comments

Comments
 (0)