Skip to content

Commit 6cc9c0c

Browse files
committed
Added static-python and static gdb submodules
1 parent 88b08e5 commit 6cc9c0c

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

.gitmodules

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[submodule "cpython-static"]
2+
path = src/submodule_packages/cpython-static
3+
url = git@github.com:guyush1/cpython-static.git
4+
branch = python3.12-static
5+
[submodule "binutils-gdb-static"]
6+
path = src/submodule_packages/binutils-gdb
7+
url = git@github.com:guyush1/binutils-gdb.git
8+
branch = gdb-static

src/download_packages.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -201,14 +201,6 @@ function download_gdb_packages() {
201201
fi
202202
done
203203

204-
if [[ ! -d gdb-static ]]; then
205-
git clone https://github.com/guyush1/binutils-gdb.git --single-branch --branch gdb-static
206-
fi
207-
208-
if [[ ! -d python3.12-static ]]; then
209-
git clone https://github.com/guyush1/cpython-static.git --single-branch --branch python3.12-static
210-
fi
211-
212204
fancy_title "Finished downloading GDB packages"
213205
popd
214206
}

src/submodule_packages/binutils-gdb

Submodule binutils-gdb added at f7d0fb2

src/submodule_packages/cpython-static

Submodule cpython-static added at e201d7d

0 commit comments

Comments
 (0)