From: Tomas Krizek Date: Wed, 27 Feb 2019 11:17:13 +0000 (+0100) Subject: doc/build: mention OS X shared library issue X-Git-Tag: v4.0.0~24^2~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=015edadc1647b95fca8ab7574d2e8660c4001492;p=thirdparty%2Fknot-resolver.git doc/build: mention OS X shared library issue --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d6ef3c5f3..a85e6132d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -135,7 +135,6 @@ build:darwin: <<: *test_nodep when: delayed start_in: 3 minutes # give the build in Travis CI time to finish - allow_failure: true # TODO: remove once OSX build is fixed script: - ci/travis.py ${CI_COMMIT_REF_NAME} diff --git a/doc/build.rst b/doc/build.rst index df551bccc..03d8847f0 100644 --- a/doc/build.rst +++ b/doc/build.rst @@ -136,6 +136,10 @@ Meson performs the build in the specified directory (``build_dev/`` in this case) and doesn't pollute the source tree. This allows you to have multiple build roots with different build configurations at the same time. +.. note:: When compiling on OS X, creating a shared library is currently not + possible when using luajit package from Homebrew due to `#37169 + `_. + Build options ~~~~~~~~~~~~~