Skip to content

Commit

Permalink
Reorganize multiple-soroban linking around rlibs and submodules.
Browse files Browse the repository at this point in the history
  • Loading branch information
graydon committed Sep 5, 2024
1 parent 6cd4753 commit 0e67687
Show file tree
Hide file tree
Showing 10 changed files with 134 additions and 775 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ compile_commands.json
/src/archtmp-*
/src/main/StellarCoreVersion.cpp
/src/main/XDRFilesSha256.cpp
/src/rust/soroban/tmp

/src/testdata/*
# Make an exception for ledger-close-meta files, which should be created and committed on every protocol bump.
Expand Down
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,9 @@
path = src/protocol-curr/xdr
url = https://github.com/stellar/stellar-xdr
branch = curr
[submodule "src/rust/soroban/p21"]
path = src/rust/soroban/p21
url = https://github.com/stellar/rs-soroban-env
[submodule "src/rust/soroban/p22"]
path = src/rust/soroban/p22
url = https://github.com/stellar/rs-soroban-env
Loading

0 comments on commit 0e67687

Please sign in to comment.