Skip to content

Commit

Permalink
Use ssh for submodules
Browse files Browse the repository at this point in the history
As solfuzz-agave is now internal, using ssh to clone these submodules makes some of our scripts run smoother.
  • Loading branch information
topointon-jump authored Jun 18, 2024
1 parent e82c36c commit 045cc85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[submodule "impl/firedancer"]
path = impl/firedancer
url = https://github.com/firedancer-io/firedancer
url = git@github.com:firedancer-io/firedancer.git
[submodule "impl/agave-v1.17"]
path = impl/agave-v1.17
url = https://github.com/firedancer-io/solfuzz-agave
url = git@github.com:firedancer-io/solfuzz-agave.git
branch = agave-v1.17
[submodule "impl/agave-v2.0"]
path = impl/agave-v2.0
url = https://github.com/firedancer-io/solfuzz-agave
url = git@github.com:firedancer-io/solfuzz-agave.git
branch = agave-v2.0

0 comments on commit 045cc85

Please sign in to comment.