We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f14f65 commit dd702c1Copy full SHA for dd702c1
1 file changed
build-env.sh
@@ -6,17 +6,17 @@ shopt -s expand_aliases
6
NPROC=$(nproc)
7
8
# https://git.kernel.org/pub/scm/git/git.git/
9
-export GIT_TAG=2.45.2
+export GIT_TAG=2.46.2
10
# https://git.kernel.org/pub/scm/utils/dtc/dtc.git
11
-export DTC_TAG=v1.7.0
+export DTC_TAG=v1.7.1
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/coccinelle/coccinelle/tags
17
export COCCI_TAG=1.2
18
# https://github.com/devicetree-org/dt-schema/tags
19
-export DTSCHEMA_REV=v2024.05
+export DTSCHEMA_REV=v2024.09
20
21
ARIA_OPTS=( --summary-interval=5 --timeout=180 --retry-wait=10 -m 0 -x 10 -j 10 )
22
0 commit comments