mirror of
https://github.com/RPCS3/rpcs3
synced 2024-11-02 11:45:30 +00:00
Travis: use gcc-8
This commit is contained in:
parent
21e1911112
commit
fba4dbf498
1 changed files with 3 additions and 3 deletions
|
@ -29,7 +29,7 @@ env:
|
|||
|
||||
before_install:
|
||||
- if [ "$TRAVIS_OS_NAME" = "linux" ] && [ "$CXX" = "g++" ]; then
|
||||
export CXX="g++-5" CC="gcc-5" CXXFLAGS="-Wno-format-security";
|
||||
export CXX="g++-8" CC="gcc-8" CXXFLAGS="-Wno-format-security";
|
||||
fi;
|
||||
|
||||
install:
|
||||
|
@ -123,8 +123,8 @@ addons:
|
|||
# Clang 5.0 is now bundled in travis, so we no longer need the ppa version.
|
||||
#- clang-4.0
|
||||
- libedit-dev
|
||||
- g++-5
|
||||
- gcc-5
|
||||
- g++-8
|
||||
- gcc-8
|
||||
- libstdc++-5-dev
|
||||
- lib32stdc++6
|
||||
- zlib1g-dev
|
||||
|
|
Loading…
Reference in a new issue