Skip to content

Commit

Permalink
[TRAVIS] disable MacOS LLVM clang job
Browse files Browse the repository at this point in the history
remove the job until we figure out how to fix #917
  • Loading branch information
KrisThielemans committed Aug 23, 2021
1 parent 6211544 commit 8a2e4ea
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,11 @@ matrix:
env: EXTRA_BUILD_FLAGS="-DDISABLE_CERN_ROOT=1 -DSTIR_OPENMP:BOOL=OFF -DSTIR_ENABLE_EXPERIMENTAL:BOOL=ON" CC=clang CXX=clang++

# osx, OpenMP using llvm clang
- os: osx
osx_image: xcode11.3
python: 3
env: EXTRA_BUILD_FLAGS="-DDISABLE_CERN_ROOT=1 -DSTIR_OPENMP:BOOL=ON -DSTIR_ENABLE_EXPERIMENTAL:BOOL=ON -DCMAKE_CXX_COMPILER=/usr/local/opt/llvm/bin/clang++ -DCMAKE_C_COMPILER=/usr/local/opt/llvm/bin/clang"
# disable due to LLVM clang 12.0.1 problem
#- os: osx
# osx_image: xcode11.3
# python: 3
# env: EXTRA_BUILD_FLAGS="-DDISABLE_CERN_ROOT=1 -DSTIR_OPENMP:BOOL=ON -DSTIR_ENABLE_EXPERIMENTAL:BOOL=ON -DCMAKE_CXX_COMPILER=/usr/local/opt/llvm/bin/clang++ -DCMAKE_C_COMPILER=/usr/local/opt/llvm/bin/clang"

env:
global:
Expand Down

0 comments on commit 8a2e4ea

Please sign in to comment.