Skip to content

Commit 84e15bf

Browse files
committed
Test CMake build with clang
1 parent ed1b236 commit 84e15bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

developer-scripts/travis/test-script.cmake.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ for version in ${GCC}; do
2828
export CC=gcc-${version}
2929
if [[ ${OSTYPE} == [Dd]arwin* ]]; then
3030
# We should use clang on macOS because that's what homebrew and everyone else does
31-
export CC=gcc-8
3231
brew unlink openmpi || true
3332
brew unlink mpich || true
3433
for mpi in "mpich" "open-mpi"; do

0 commit comments

Comments
 (0)