changeset 31429:b6dcb53aaa65

Back out changeset ac08158dae9b
author Markus Mützel <markus.muetzel@gmx.de>
date Tue, 15 Nov 2022 13:16:41 +0100
parents ab6d276f6fcb
children 21b5e1c4d36e
files .github/workflows/make.yaml
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/.github/workflows/make.yaml	Mon Nov 14 10:37:59 2022 -0800
+++ b/.github/workflows/make.yaml	Tue Nov 15 13:16:41 2022 +0100
@@ -258,7 +258,6 @@
         # https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/octave.rb
         # Amended with additional flags that seem to be needed.
         # Not all of those might be needed or be correct.
-        # FIXME: Building the documentation is broken with texinfo 7.0
         run: |
           echo $PATH
           echo which ccache
@@ -280,7 +279,6 @@
             LDFLAGS="-L/usr/local/lib -L/usr/local/opt/bison/lib -L/usr/local/opt/gettext/lib -L/usr/local/opt/icu4c/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/sqlite/lib $MY_LDFLAGS" \
             PKG_CONFIG_PATH="/usr/local/opt/openblas/lib/pkgconfig:/usr/local/opt/icu4c/lib/pkgconfig:/usr/local/opt/qt@5/lib/pkgconfig" \
             QCOLLECTIONGENERATOR="qhelpgenerator" \
-            --disable-docs \
             --with-x=no \
             --with-blas="-L/usr/local/opt/openblas/lib -lopenblas" \
             --with-java-homedir="/usr/local/opt/openjdk" \