Skip to content

Commit f250c9c

Browse files
committed
ci: Enable GDB Python scripting support for Windows build
The cross-gdb Python scripting support (`CT_GDB_CROSS_PYTHON`) is enabled by default, except when performing a Canadian cross build which our Windows build process does. This commit explicitly sets `CT_GDB_CROSS_PYTHON=y` when building for Windows so that the Windows GDB is built with the Python scripting support. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 5bd66bf commit f250c9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,7 @@ jobs:
576576
export LIBPYTHON_KIT_ROOT=${WORKSPACE}/mingw-w64-libpython/python-3.6.8
577577
# Set Python configuration resolver for GDB
578578
cat <<EOF >> .config
579+
CT_GDB_CROSS_PYTHON=y
579580
CT_GDB_CROSS_PYTHON_BINARY="${LIBPYTHON_KIT_ROOT}/bin/python"
580581
EOF
581582
fi

0 commit comments

Comments
 (0)