Skip to content

Commit

Permalink
de_submodule: remove the submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
jumpsiegel committed Aug 19, 2024
1 parent fb46063 commit 8a4bc89
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 15 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ ENV/
env.bak/
venv.bak/
test_suite_env/
test_suite

# Spyder project settings
.spyderproject
Expand Down
11 changes: 0 additions & 11 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,11 +0,0 @@
[submodule "impl/firedancer"]
path = impl/firedancer
url = git@github.com:firedancer-io/firedancer.git
[submodule "impl/agave-v1.17"]
path = impl/agave-v1.17
url = git@github.com:firedancer-io/solfuzz-agave.git
branch = agave-v1.17
[submodule "impl/agave-v2.0"]
path = impl/agave-v2.0
url = git@github.com:firedancer-io/solfuzz-agave.git
branch = agave-v2.0
3 changes: 3 additions & 0 deletions impl/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
agave-v1.17
agave-v2.0
firedancer
1 change: 0 additions & 1 deletion impl/agave-v1.17
Submodule agave-v1.17 deleted from a2cf89
1 change: 0 additions & 1 deletion impl/agave-v2.0
Submodule agave-v2.0 deleted from 82e338
1 change: 0 additions & 1 deletion impl/firedancer
Submodule firedancer deleted from b653ac
6 changes: 5 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
git submodule init && git submodule update
cd impl
git clone http://github.com/firedancer-io/firedancer.git
git clone -b agave-v1.17 http://github.com/firedancer-io/solfuzz-agave.git agave-v1.17
git clone -b agave-v2.0 http://github.com/firedancer-io/solfuzz-agave.git agave-v2.0
cd ..
sudo dnf install -y gcc-toolset-12 || true
source /opt/rh/gcc-toolset-12/enable
python3.11 -m venv test_suite_env
Expand Down

0 comments on commit 8a4bc89

Please sign in to comment.