]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
doc/build: mention OS X shared library issue
authorTomas Krizek <tomas.krizek@nic.cz>
Wed, 27 Feb 2019 11:17:13 +0000 (12:17 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Tue, 12 Mar 2019 09:43:39 +0000 (10:43 +0100)
.gitlab-ci.yml
doc/build.rst

index d6ef3c5f38e4c8d1c1e751d8e6bc7c5a54b2629f..a85e6132d0a42bdbd7afb37f89643ad62b5a8dad 100644 (file)
@@ -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}
 
index df551bccc7a3472dd4296fa42099574ccdc17492..03d8847f0bb797e2a35157cc68964b7d7bbc91db 100644 (file)
@@ -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
+   <https://github.com/Homebrew/homebrew-core/issues/37169>`_.
+
 Build options
 ~~~~~~~~~~~~~