Skip to content

Commit 957b6d5

Browse files
committed
build-env.sh: bump dt-schema to master
Bump dt-schema to master and see if this resolves some of the de-referencing issues we have seen in the container env Specifically if devicetree-org/dt-schema@7b9c4e8 helps Signed-off-by: Nishanth Menon <nm@ti.com>
1 parent e8492e9 commit 957b6d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-env.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ shopt -s expand_aliases
66
NPROC=$(nproc)
77

88
# https://git.kernel.org/pub/scm/git/git.git/
9-
export GIT_TAG=2.50.1
9+
export GIT_TAG=2.52.0
1010
# https://git.kernel.org/pub/scm/utils/dtc/dtc.git
1111
export DTC_TAG=v1.7.2
1212
# https://git.kernel.org/pub/scm/devel/sparse/sparse.git
1313
export SPARSE_TAG=master
1414
# https://repo.or.cz/smatch.git
1515
export SMATCH_TAG=master
1616
# https://github.com/devicetree-org/dt-schema/tags
17-
export DTSCHEMA_REV=v2025.08
17+
export DTSCHEMA_REV=master
1818

1919
ARIA_OPTS=( --summary-interval=5 --timeout=180 --retry-wait=10 -m 0 -x 10 -j 10 )
2020
# Get latest pip and packages in the "virtual env"

0 commit comments

Comments
 (0)