Skip to content

Commit 34a1d4c

Browse files
author
ayla
committed
Boost build still a problem.
1 parent 2c5dd45 commit 34a1d4c

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.travis.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ os:
77

88
compiler:
99
- clang
10-
- gcc
10+
# TODO: gcc chokes on a boost pthread usage, disabling for now.
11+
#- gcc
1112

12-
matrix:
13-
exclude:
14-
- os: osx
15-
compiler: g++
13+
#matrix:
14+
# exclude:
15+
# - os: osx
16+
# compiler: g++
1617

1718
# check environment (copied from libgit2sharp)
1819
before_install:
@@ -24,7 +25,7 @@ before_install:
2425
# make sure cmake is installed, set up latest GCC C++ compiler if necessary
2526
install:
2627
- if [ "${TRAVIS_OS_NAME}" = "linux" ]; then ./ci/linux_install.sh; fi
27-
- if [ "${TRAVIS_OS_NAME}" = "linux" -a "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
28+
# - if [ "${TRAVIS_OS_NAME}" = "linux" -a "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
2829
- if [ "${TRAVIS_OS_NAME}" = "osx" ]; then ./ci/osx_install.sh; fi
2930

3031
# TODO: could move script to separate file

0 commit comments

Comments
 (0)