Skip to content

Commit 6ab5b2d

Browse files
committed
contrib: Update Linux build script to use Python 3.10
This commit updates the local Linux build script to link gdb-py against Python 3.10, as done by the CI workflow. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 3f858b9 commit 6ab5b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/linux_build_toolchain.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ CT_LOG_EXTRA=y
119119
CT_LOG_LEVEL_MAX="EXTRA"
120120
CT_GDB_CROSS_PYTHON=y
121121
CT_GDB_CROSS_PYTHON_VARIANT=y
122-
CT_GDB_CROSS_PYTHON_BINARY="python3.8"
122+
CT_GDB_CROSS_PYTHON_BINARY="python3.10"
123123
CT_EXPERIMENTAL=y
124124
CT_ALLOW_BUILD_AS_ROOT=y
125125
CT_ALLOW_BUILD_AS_ROOT_SURE=y

0 commit comments

Comments
 (0)