# HG changeset patch # User Markus Mützel # Date 1668154459 -3600 # Node ID ac08158dae9be564327d444548ed7445537dc34f # Parent 01e9fdd57d1af9c0e7ac0ecd1ce28f118f4b6159 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. diff -r 01e9fdd57d1a -r ac08158dae9b .github/workflows/make.yaml --- 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" \