diff --git a/.cirrus.yml b/.cirrus.yml index f9d02041e..6a6249827 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -42,7 +42,18 @@ task: - ./bootstrap.sh configure_script: | ./configure MAKE=gmake \ - --enable-developer LDOC=false LUAROCKS=false LUACHECK=false BUSTED=false DELTA=cat PDFINFO=false NIX=false NPM=false DOCKER=false \ + --enable-developer \ + BUSTED=false \ + DELTA=cat \ + DOCKER=false \ + LDOC=false \ + LSP=false \ + LUACHECK=false \ + LUAROCKS=false \ + NIX=false \ + NPM=false \ + PANDOC=false \ + PDFINFO=false \ --disable-font-variations \ --with-system-lua-sources \ --with-system-luarocks \ diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 975828a86..b946394a2 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -60,7 +60,13 @@ jobs: run: | ./bootstrap.sh ./configure \ - --enable-developer LDOC=false LUACHECK=false NIX=false DELTA=cat \ + --enable-developer \ + DELTA=cat \ + LDOC=false \ + LSP=false \ + LUACHECK=false \ + NIX=false \ + PANDOC=false \ --disable-font-variations \ --without-manual - name: Make diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index abad02550..8c035f340 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -71,7 +71,13 @@ jobs: ./bootstrap.sh ./configure \ ${{ matrix.luaVersion[1] }} \ - --enable-developer LDOC=false LUACHECK=false NIX=false DELTA=cat \ + --enable-developer \ + DELTA=cat \ + LDOC=false \ + LSP=false \ + PANDOC=false \ + LUACHECK=false \ + NIX=false \ --disable-font-variations \ --with${{ !startsWith(matrix.luaVersion[0], 'luajit') && 'out' || '' }}-luajit \ --without-system-luarocks \