Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
4b84bad7
Commit
4b84bad7
authored
Jun 21, 2018
by
Axel Huebl
Committed by
Jason Rhinelander
Jun 21, 2018
Browse files
Fix Travis GCC 7 Python 3.6.6 (#1436)
Add missing python3 distutils on Debian "buster".
parent
58e551cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.travis.yml
.travis.yml
+1
-1
No files found.
.travis.yml
View file @
4b84bad7
...
@@ -108,7 +108,7 @@ before_install:
...
@@ -108,7 +108,7 @@ before_install:
export CXX=g++-$GCC CC=gcc-$GCC
export CXX=g++-$GCC CC=gcc-$GCC
fi
fi
if [ "$GCC" = "6" ]; then DOCKER=${ARCH:+$ARCH/}debian:stretch
if [ "$GCC" = "6" ]; then DOCKER=${ARCH:+$ARCH/}debian:stretch
elif [ "$GCC" = "7" ]; then DOCKER=debian:buster EXTRA_PACKAGES+=" catch" DOWNLOAD_CATCH=OFF
elif [ "$GCC" = "7" ]; then DOCKER=debian:buster EXTRA_PACKAGES+=" catch
python3-distutils
" DOWNLOAD_CATCH=OFF
fi
fi
elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
export CXX=clang++ CC=clang;
export CXX=clang++ CC=clang;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment