Skip to content

Commit

Permalink
build-env.sh: Bump to v2024.05
Browse files Browse the repository at this point in the history
Update dt-schema v2024.05

Signed-off-by: Nishanth Menon <[email protected]>
  • Loading branch information
nmenon committed Jun 18, 2024
1 parent 63cf063 commit 0e4c99d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.45.0
export GIT_TAG=2.45.2
# 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 @@ -16,7 +16,7 @@ export SMATCH_TAG=master
# https://github.com/coccinelle/coccinelle/tags
export COCCI_TAG=1.2
# https://github.com/devicetree-org/dt-schema/tags
export DTSCHEMA_REV=v2024.04
export DTSCHEMA_REV=v2024.05

ARIA_OPTS=( --summary-interval=5 --timeout=180 --retry-wait=10 -m 0 -x 10 -j 10 )

Expand Down

0 comments on commit 0e4c99d

Please sign in to comment.