Skip to content

Commit

Permalink
contrib: Update Linux build script to use Python 3.10
Browse files Browse the repository at this point in the history
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 <root@stephanos.io>
  • Loading branch information
stephanosio committed Sep 17, 2024
1 parent 20d0257 commit 76bf092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/linux_build_toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 76bf092

Please sign in to comment.