changeset 31410:ac08158dae9b stable

GitHub-CI (macos): Temporarily disable building the documentation (bug #62648). * .github/workflows/make.yaml (macos): Building the documentation is broken with texinfo 8.0. Disable building it on macOS to unblock those runners.
author Markus Mützel <markus.muetzel@gmx.de>
date Fri, 11 Nov 2022 09:14:19 +0100
parents 01e9fdd57d1a
children 4114ec68f10a 48bd220be48b
files .github/workflows/make.yaml
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.github/workflows/make.yaml	Wed Nov 02 14:25:29 2022 -0400
+++ b/.github/workflows/make.yaml	Fri Nov 11 09:14:19 2022 +0100
@@ -250,6 +250,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
@@ -271,6 +272,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" \