File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments