mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove Z3 from Travis builds
This commit is contained in:
parent
110b9a6232
commit
80e5e70671
@ -58,13 +58,11 @@ matrix:
|
||||
before_install:
|
||||
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
|
||||
- sudo add-apt-repository -y ppa:mhier/libboost-latest
|
||||
- sudo add-apt-repository -y ppa:hvr/z3
|
||||
- sudo apt-get update -qq
|
||||
install:
|
||||
- sudo apt-get install -qq g++-8 gcc-8
|
||||
- sudo apt-get install -qq libboost1.67-dev
|
||||
- sudo apt-get install -qq libleveldb1
|
||||
- sudo apt-get install -qq libz3-dev
|
||||
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-8 90
|
||||
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 90
|
||||
|
||||
@ -78,13 +76,11 @@ matrix:
|
||||
before_install:
|
||||
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
|
||||
- sudo add-apt-repository -y ppa:mhier/libboost-latest
|
||||
- sudo add-apt-repository -y ppa:hvr/z3
|
||||
- sudo apt-get update -qq
|
||||
install:
|
||||
- sudo apt-get install -qq g++-8 gcc-8
|
||||
- sudo apt-get install -qq libboost1.67-dev
|
||||
- sudo apt-get install -qq libleveldb1
|
||||
- sudo apt-get install -qq libz3-dev
|
||||
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-8 90
|
||||
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 90
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user