changeset 29648:0230f7cf4044

GitHub-CI: Build with visibility flags on macOS (bug #59820). * .github/workflow/make.yaml (macos): Remove "--disable-lib-visibility-flags" for macOS runner.
author Markus Mützel <markus.muetzel@gmx.de>
date Tue, 11 May 2021 20:55:11 +0200
parents bdb0cfffa2d0
children 360d21b028b1
files .github/workflows/make.yaml
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/.github/workflows/make.yaml	Tue May 11 19:32:57 2021 +0200
+++ b/.github/workflows/make.yaml	Tue May 11 20:55:11 2021 +0200
@@ -213,7 +213,7 @@
         # And the homebrew formula:
         # 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 needed or be correct.
+        # Not all of those might be needed or be correct.
         run: |
           export PATH="$MY_PATH:$PATH"
           echo $PATH
@@ -231,7 +231,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-lib-visibility-flags \
             --with-x=no \
             --with-blas="-L/usr/local/opt/openblas/lib -lopenblas" \
             --with-java-homedir="/usr/local/opt/openjdk" \