Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
26e718c7
Commit
26e718c7
authored
Mar 12, 2020
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/user.rst, .travis.yml: drop GCC 6 support
Debian Stable (Buster) has GCC 8 and Ubuntu LTS (18.04) has GCC 7. This will unlock a lot of C++17 features like `std::string_view`.
parent
f00f8b00
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
27 deletions
+1
-27
.travis.yml
.travis.yml
+0
-26
user.rst
doc/user.rst
+1
-1
No files found.
.travis.yml
View file @
26e718c7
...
...
@@ -67,32 +67,6 @@ jobs:
env
:
-
MATRIX_EVAL="export PATH=\$HOME/.local/bin:\$PATH"
# Ubuntu Trusty (16.04) with GCC 6
-
os
:
linux
dist
:
trusty
addons
:
apt
:
sources
:
-
ubuntu-toolchain-r-test
-
sourceline
:
'
ppa:mhier/libboost-latest'
-
sourceline
:
'
ppa:mstipicevic/ninja-build-1-7-2'
-
sourceline
:
'
ppa:deadsnakes/ppa'
# for Python 3.7 (required by Meson)
packages
:
-
g++-6
-
libgtest-dev
-
boost1.67
-
python3.6
-
python3-urllib3
-
ninja-build
before_install
:
-
wget https://bootstrap.pypa.io/get-pip.py
-
/usr/bin/python3.6 get-pip.py --user --no-cache-dir
install
:
-
/usr/bin/python3.6 $HOME/.local/bin/pip install --user meson --no-cache-dir
env
:
# use gold as workaround for https://sourceware.org/bugzilla/show_bug.cgi?id=17068
-
MATRIX_EVAL="export CC='ccache gcc-6' CXX='ccache g++-6' LDFLAGS=-fuse-ld=gold PATH=\$HOME/.local/bin:\$PATH"
# Ubuntu Trusty (16.04) with GCC 8
-
os
:
linux
dist
:
trusty
...
...
doc/user.rst
View file @
26e718c7
...
...
@@ -53,7 +53,7 @@ Download the source tarball from the `MPD home page <https://musicpd.org>`_ and
In
any
case
,
you
need
:
*
a
C
++
14
compiler
(
e
.
g
.
gcc
6.0
or
clang
3.9
)
*
a
C
++
14
compiler
(
e
.
g
.
GCC
7
or
clang
4
)
*
`
Meson
0.49.0
<
http
://
mesonbuild
.
com
/>`
__
and
`
Ninja
<
https
://
ninja
-
build
.
org
/>`
__
*
Boost
1.58
...
...
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