Skip to content

Commit ef8588f

Browse files
64-bitmanchrisbra
authored andcommitted
CI: retire socketserver runner
closes: #18811 Signed-off-by: Foxe Chen <[email protected]> Signed-off-by: Christian Brabandt <[email protected]>
1 parent 40699e3 commit ef8588f

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,7 @@ jobs:
8787
extra: [vimtags, proto]
8888
- features: huge
8989
compiler: gcc
90-
extra: [no_x11]
91-
- features: huge
92-
compiler: gcc
93-
extra: [socketserver]
90+
extra: [no_x11_wl]
9491

9592
steps:
9693
- name: Checkout repository from github
@@ -245,11 +242,8 @@ jobs:
245242
;;
246243
esac
247244
248-
if ${{ contains(matrix.extra, 'no_x11') }}; then
249-
CONFOPT="${CONFOPT} --without-x --disable-gui"
250-
fi
251-
if ${{ contains(matrix.extra, 'socketserver') }}; then
252-
CONFOPT="${CONFOPT} --enable-socketserver"
245+
if ${{ contains(matrix.extra, 'no_x11_wl') }}; then
246+
CONFOPT="${CONFOPT} --without-x --disable-gui --without-wayland --enable-socketserver"
253247
fi
254248
if ${{ matrix.coverage == true }}; then
255249
CFLAGS="${CFLAGS} --coverage -DUSE_GCOV_FLUSH"

0 commit comments

Comments
 (0)