commit ffc3cf8e5ab3659d8d1cc6fd0cc4e7c4a596db70 from: Thomas Adam date: Fri Apr 26 22:42:27 2024 UTC portable: CI: remove --enable-gotd flag This is now implied; the option no longer exists. commit - 797e49084be5d4629f44fb3bf8dc29eb079a112a commit + ffc3cf8e5ab3659d8d1cc6fd0cc4e7c4a596db70 blob - ef476d41d5fe906cd23c7325e8888887a6581911 blob + 2c026400fa305c2d7a53ed4fd25940514b9762f7 --- .github/ci/build.sh +++ .github/ci/build.sh @@ -1,5 +1,5 @@ #!/bin/sh ./autogen.sh || exit 1 -./configure --enable-gotd || exit 1 +./configure || exit 1 exec make