Skip to content

Commit

Permalink
build-env.sh: Bump to 2.45 git rev
Browse files Browse the repository at this point in the history
Bump the build up to 2.45 git rev and add a few diagnostic messages to
see what is going on.

Signed-off-by: Nishanth Menon <[email protected]>
  • Loading branch information
nmenon committed May 6, 2024
1 parent a64239e commit ee68e47
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ shopt -s expand_aliases
NPROC=$(nproc)

# https://git.kernel.org/pub/scm/git/git.git/
export GIT_TAG=2.44.0
export GIT_TAG=2.45.0
# https://git.kernel.org/pub/scm/utils/dtc/dtc.git
export DTC_TAG=v1.7.0
# https://git.kernel.org/pub/scm/devel/sparse/sparse.git
Expand All @@ -23,6 +23,7 @@ ARIA_OPTS=( --summary-interval=5 --timeout=180 --retry-wait=10 -m 0 -x 10 -j 10
download_build_install_git()
{
local FILE URL
set -x
FILE=git-"$GIT_TAG".tar.gz
URL="https://git.kernel.org/pub/scm/git/git.git/snapshot/${FILE}"

Expand All @@ -36,6 +37,7 @@ download_build_install_git()
make -j "$NPROC" prefix=/usr/local install
cd /tmp
rm -rf /tmp/git*
set +x
}

download_build_install_python_deps()
Expand Down

0 comments on commit ee68e47

Please sign in to comment.