Skip to content

Commit

Permalink
Added static-python and static gdb submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
roddyrap committed Dec 21, 2024
1 parent 88b08e5 commit 6cc9c0c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
8 changes: 8 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[submodule "cpython-static"]
path = src/submodule_packages/cpython-static
url = git@github.com:guyush1/cpython-static.git
branch = python3.12-static
[submodule "binutils-gdb-static"]
path = src/submodule_packages/binutils-gdb
url = git@github.com:guyush1/binutils-gdb.git
branch = gdb-static
8 changes: 0 additions & 8 deletions src/download_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -201,14 +201,6 @@ function download_gdb_packages() {
fi
done

if [[ ! -d gdb-static ]]; then
git clone https://github.com/guyush1/binutils-gdb.git --single-branch --branch gdb-static
fi

if [[ ! -d python3.12-static ]]; then
git clone https://github.com/guyush1/cpython-static.git --single-branch --branch python3.12-static
fi

fancy_title "Finished downloading GDB packages"
popd
}
Expand Down
1 change: 1 addition & 0 deletions src/submodule_packages/binutils-gdb
Submodule binutils-gdb added at f7d0fb
1 change: 1 addition & 0 deletions src/submodule_packages/cpython-static
Submodule cpython-static added at e201d7

0 comments on commit 6cc9c0c

Please sign in to comment.