From 76bf0925e17b285cd2e83c29667b5abb7a501238 Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Tue, 17 Sep 2024 11:14:34 +0900 Subject: [PATCH] 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 --- contrib/linux_build_toolchain.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/linux_build_toolchain.sh b/contrib/linux_build_toolchain.sh index 85ae352f..d8fdeacf 100644 --- a/contrib/linux_build_toolchain.sh +++ b/contrib/linux_build_toolchain.sh @@ -119,7 +119,7 @@ CT_LOG_EXTRA=y CT_LOG_LEVEL_MAX="EXTRA" CT_GDB_CROSS_PYTHON=y CT_GDB_CROSS_PYTHON_VARIANT=y -CT_GDB_CROSS_PYTHON_BINARY="python3.8" +CT_GDB_CROSS_PYTHON_BINARY="python3.10" CT_EXPERIMENTAL=y CT_ALLOW_BUILD_AS_ROOT=y CT_ALLOW_BUILD_AS_ROOT_SURE=y