Skip to content

Commit

Permalink
i#1979 Mac64: Update Travis to test 64-bit Mac and not 32-bit
Browse files Browse the repository at this point in the history
We no longer support 32-bit Mac as it does not really exist anymore.

Issue: #1979
  • Loading branch information
derekbruening committed Feb 13, 2020
1 parent b5e4b6c commit d8a19dd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,12 @@ jobs:
packages:
- clang-9
- clang-format-6.0
# 32-bit OSX build with clang and run tests:
# 64-bit OSX build with clang and run tests:
- if: env(TRAVIS_EVENT_TYPE) != cron
os: osx
# gcc on Travis claims to not be CMAKE_COMPILER_IS_GNUCC so we only run clang.
compiler: clang
# We do not have 64-bit support on OSX yet (i#1979).
env: DYNAMORIO_CROSS_AARCHXX_LINUX_ONLY=no DEPLOY=no EXTRA_ARGS=32_only
env: DYNAMORIO_CROSS_AARCHXX_LINUX_ONLY=no DEPLOY=no EXTRA_ARGS=64_only

#######################################################################
# Package jobs
Expand Down

0 comments on commit d8a19dd

Please sign in to comment.