CI: coverity.yml: remove python2-dev pkg and retire --enable-pythoninterp Commit: https://github.com/vim/vim/commit/81677996513e8f186acc93122673e6741c563477 Author: Philip H. <47042125+pheid...@users.noreply.github.com> Date: Sat Apr 19 11:09:30 2025 +0200
CI: coverity.yml: remove python2-dev pkg and retire --enable-pythoninterp follow-up: ded2b41326a5ad3238422ed2244d79dfa18cc667 closes: #17157 Signed-off-by: Philip H. <47042125+pheid...@users.noreply.github.com> Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 46489ba36..fb2832172 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -36,7 +36,6 @@ jobs: gettext \ libcanberra-dev \ libperl-dev \ - python2-dev \ python3-dev \ liblua5.4-dev \ lua5.4 \ @@ -53,7 +52,7 @@ jobs: echo "$(pwd)/cov-scan/bin" >> $GITHUB_PATH ( echo "NPROC=$(getconf _NPROCESSORS_ONLN)" - echo "CONFOPT=--enable-perlinterp --enable-pythoninterp --enable-python3interp --enable-rubyinterp --enable-luainterp --enable-tclinterp" + echo "CONFOPT=--enable-perlinterp --enable-python3interp --enable-rubyinterp --enable-luainterp --enable-tclinterp" ) >> $GITHUB_ENV - name: Configure -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1u64Hv-00CGwh-KP%40256bit.org.