This is an automated email from the ASF dual-hosted git repository. rkieley pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-proton.git
commit a5e2c39701c1a29a32e26a6f3424b8410d1c7eb2 Author: Roddie Kieley <[email protected]> AuthorDate: Fri Dec 18 11:51:06 2020 -0330 NO-JIRA: Travis CI macOS lower to Xcode 10.3 on 10.14 and upper to 10.15. --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 67688ab..0917b0b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -99,25 +99,25 @@ jobs: - bash <(curl -s https://codecov.io/bash) - os: osx - osx_image: xcode9.4 + osx_image: xcode10.3 language: cpp compiler: clang env: - PATH="/usr/local/opt/python/libexec/bin:/usr/local/bin:$PATH" - PKG_CONFIG_PATH='/usr/local/opt/[email protected]/lib/pkgconfig' - - QPID_PROTON_CMAKE_ARGS='-DCMAKE_OSX_DEPLOYMENT_TARGET=10.13 -DTHREADERCISER=ON' + - QPID_PROTON_CMAKE_ARGS='-DCMAKE_OSX_DEPLOYMENT_TARGET=10.14 -DTHREADERCISER=ON' # c-threaderciser test hangs on older clang # python-tox-test segfaults and ruby tests do not start due to dynamic library issues - QPID_PROTON_CTEST_ARGS="--exclude-regex 'c-threaderciser|python-tox-test|ruby.*'" - os: osx - osx_image: xcode11.3 + osx_image: xcode12.2 language: cpp compiler: clang env: - PATH="/usr/local/opt/python/libexec/bin:/usr/local/bin:$PATH" - PKG_CONFIG_PATH='/usr/local/opt/[email protected]/lib/pkgconfig' - - QPID_PROTON_CMAKE_ARGS='-DCMAKE_OSX_DEPLOYMENT_TARGET=10.14 -DTHREADERCISER=ON' + - QPID_PROTON_CMAKE_ARGS='-DCMAKE_OSX_DEPLOYMENT_TARGET=10.15 -DTHREADERCISER=ON' # TODO PROTON-2225: c-threaderciser sometimes fails with assertion error # python-tox-test segfaults and ruby tests do not start due to dynamic library issues - QPID_PROTON_CTEST_ARGS="--exclude-regex 'c-threaderciser|python-tox-test|ruby.*'" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
