mirror of
https://github.com/pybind/pybind11.git
synced 2025-01-19 09:25:51 +00:00
travis-ci: switch gcc-7 build to buster, remove from allow_failures
gcc 7 is now in debian testing ("buster"), with a proper stable upstream release; this updates the associated travis-ci to use "buster" (rather than "sid"), and removes the build from allow_failures.
This commit is contained in:
parent
2bde61500d
commit
44e9a4e6cf
@ -76,8 +76,6 @@ matrix:
|
||||
- make -C docs html SPHINX_OPTIONS=-W
|
||||
- tools/check-style.sh
|
||||
- flake8
|
||||
allow_failures:
|
||||
- env: PYTHON=3.5 CPP=17 GCC=7
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.local/bin
|
||||
@ -98,7 +96,7 @@ before_install:
|
||||
export CXX=g++-$GCC CC=gcc-$GCC
|
||||
fi
|
||||
if [ "$GCC" = "6" ] || [ "$CLANG" = "3.9" ]; then DOCKER=${ARCH:+$ARCH/}debian:stretch
|
||||
elif [ "$GCC" = "7" ]; then DOCKER=debian:sid
|
||||
elif [ "$GCC" = "7" ]; then DOCKER=debian:buster
|
||||
fi
|
||||
elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
|
||||
export CXX=clang++ CC=clang;
|
||||
|
Loading…
Reference in New Issue
Block a user