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 3fe796f commit c104a92Copy full SHA for c104a92
build-env.sh
@@ -6,7 +6,7 @@ shopt -s expand_aliases
6
NPROC=$(nproc)
7
8
# https://git.kernel.org/pub/scm/git/git.git/
9
-export GIT_TAG=2.47.1
+export GIT_TAG=2.48.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
@@ -16,7 +16,7 @@ export SMATCH_TAG=master
16
# https://github.com/coccinelle/coccinelle/tags
17
export COCCI_TAG=1.3.0
18
# https://github.com/devicetree-org/dt-schema/tags
19
-export DTSCHEMA_REV=v2024.11
+export DTSCHEMA_REV=v2025.02
20
21
ARIA_OPTS=( --summary-interval=5 --timeout=180 --retry-wait=10 -m 0 -x 10 -j 10 )
22
0 commit comments