• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tarantool / tarantool / 15933
83%
master: 88%

Build:
Build:
LAST BUILD BRANCH: refs/pull/13004/merge
DEFAULT BRANCH: master
Ran 15 Mar 2019 07:46PM UTC
Jobs 1
Files 305
Run time 24s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
15933

push

travis-ci

Alexander Turenko
travis-ci: fix OS X Mojave 10.14 build

Fixed Mojave Mac build with setting MACOSX_DEPLOYMENT_TARGET environment
variable for LuaJIT's Makefile. This variable specifies the minimum
version of OS X on which the target binaries are to be deployed.

The reason why we need to set MACOSX_DEPLOYMENT_TARGET to at least 10.6
is that 10.4 SDK (which is set by default in LuaJIT's Makefile) is not
longer included in Mac OS X Mojave 10.14.

See also https://github.com/LuaJIT/LuaJIT/issues/484

We already set -Wl,-macosx_version_min,10.6 (-macosx_version_min and
MACOSX_DEPLOYMENT_TARGET are synonymous), but it affects only a linker.
We possibly should remove -macosx_version_min, because it superseded by
MACOSX_DEPLOYMENT_TARGET, but it should be done with verification that
the original problem really fixed by the new way to set a deployment
target. This is not part of this patch.

Removed virtualenv usage in CI for OS X (so pip just installs packages
into a system), because OS X Mojave 10.14 does not offer virtualenv by
default.

Fixed #3797

(cherry picked from commit eb9644710)

41340 of 50169 relevant lines covered (82.4%)

860959.16 hits per line

Jobs
ID Job ID Ran Files Coverage
5 15933.5 (TARGET=coverage) 15 Mar 2019 07:46PM UTC 0
82.4
Travis Job 15933.5
Source Files on build 15933
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #15933
  • cc3b5646 on github
  • Prev Build on 1.10 (#15921)
  • Next Build on 1.10 (#15961)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc