CI: retire socketserver runner
Commit:
https://github.com/vim/vim/commit/ef8588f8ea533db6f9639fbff5738af8f185ea72
Author: Foxe Chen <[email protected]>
Date: Wed Nov 26 20:06:03 2025 +0000
CI: retire socketserver runner
closes: https://github.com/vim/vim/issues/18811
Signed-off-by: Foxe Chen <[email protected]>
Signed-off-by: Christian Brabandt <[email protected]>
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9cf1b4f30..05185497c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -87,10 +87,7 @@ jobs:
extra: [vimtags, proto]
- features: huge
compiler: gcc
- extra: [no_x11]
- - features: huge
- compiler: gcc
- extra: [socketserver]
+ extra: [no_x11_wl]
steps:
- name: Checkout repository from github
@@ -245,11 +242,8 @@ jobs:
;;
esac
- if ${{ contains(matrix.extra, 'no_x11') }}; then
- CONFOPT="${CONFOPT} --without-x --disable-gui"
- fi
- if ${{ contains(matrix.extra, 'socketserver') }}; then
- CONFOPT="${CONFOPT} --enable-socketserver"
+ if ${{ contains(matrix.extra, 'no_x11_wl') }}; then
+ CONFOPT="${CONFOPT} --without-x --disable-gui --without-wayland
--enable-socketserver"
fi
if ${{ matrix.coverage == true }}; then
CFLAGS="${CFLAGS} --coverage -DUSE_GCOV_FLUSH"
--
--
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 [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/vim_dev/E1vOdwm-004uMw-QI%40256bit.org.