changeset 31411:4114ec68f10a

maint: Merge stable to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Fri, 11 Nov 2022 09:15:00 +0100
parents 88fff8521d76 (current diff) ac08158dae9b (diff)
children 9ac10bf300f7
files .github/workflows/make.yaml
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.github/workflows/make.yaml	Thu Nov 10 19:17:35 2022 -0500
+++ b/.github/workflows/make.yaml	Fri Nov 11 09:15:00 2022 +0100
@@ -258,6 +258,7 @@
         # 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 8.0
         run: |
           echo $PATH
           echo which ccache
@@ -279,6 +280,7 @@
             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" \