We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd2ee27 commit 44d04a5Copy full SHA for 44d04a5
build-env.sh
@@ -6,15 +6,15 @@ shopt -s expand_aliases
6
NPROC=$(nproc)
7
8
# https://git.kernel.org/pub/scm/git/git.git/
9
-export GIT_TAG=2.50.0
+export GIT_TAG=2.50.1
10
# https://git.kernel.org/pub/scm/utils/dtc/dtc.git
11
export DTC_TAG=v1.7.2
12
# https://git.kernel.org/pub/scm/devel/sparse/sparse.git
13
export SPARSE_TAG=master
14
# https://repo.or.cz/smatch.git
15
export SMATCH_TAG=master
16
# https://github.com/devicetree-org/dt-schema/tags
17
-export DTSCHEMA_REV=v2025.06.1
+export DTSCHEMA_REV=v2025.08
18
19
ARIA_OPTS=( --summary-interval=5 --timeout=180 --retry-wait=10 -m 0 -x 10 -j 10 )
20
# Get latest pip and packages in the "virtual env"
0 commit comments