We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40699e3 commit ef8588fCopy full SHA for ef8588f
1 file changed
.github/workflows/ci.yml
@@ -87,10 +87,7 @@ jobs:
87
extra: [vimtags, proto]
88
- features: huge
89
compiler: gcc
90
- extra: [no_x11]
91
- - features: huge
92
- compiler: gcc
93
- extra: [socketserver]
+ extra: [no_x11_wl]
94
95
steps:
96
- name: Checkout repository from github
@@ -245,11 +242,8 @@ jobs:
245
242
;;
246
243
esac
247
244
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"
+ if ${{ contains(matrix.extra, 'no_x11_wl') }}; then
+ CONFOPT="${CONFOPT} --without-x --disable-gui --without-wayland --enable-socketserver"
253
fi
254
if ${{ matrix.coverage == true }}; then
255
CFLAGS="${CFLAGS} --coverage -DUSE_GCOV_FLUSH"
0 commit comments