changeset 31419:4c4cd3b88649

GitHub-CI (mingw): Remove setting configure variable that is no longer used. * .github/workflows/make.yaml (mingw): Remove work-around with dummy variable in configure command that is no longer required.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 12 Nov 2022 12:10:04 +0100
parents 0c48b7e6f3cf
children e98fb9b4be86
files .github/workflows/make.yaml
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/.github/workflows/make.yaml	Fri Nov 11 17:12:41 2022 +0100
+++ b/.github/workflows/make.yaml	Sat Nov 12 12:10:04 2022 +0100
@@ -488,7 +488,6 @@
         timeout-minutes: 30
         # FIXME: Fix building with Java support. Override JAVA_HOME for now.
         # FIXME: How do we get a working TeX environment in MSYS2? Disable building the documentation for now.
-        # Linking with ncurses fails. Use termcap library instead.
         run: |
           which $CC
           echo $CC --version
@@ -502,8 +501,7 @@
           mkdir .build
           cd .build && ../configure \
             JAVA_HOME="" \
-            --disable-docs \
-            ac_cv_search_tputs=-ltermcap
+            --disable-docs
 
       - name: build
         # Spawning processes seems to have a big overhead on this platform. Use a somewhat larger number of parallel processes to compensate for that.