mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update PPA build script for Z3 to version 4.8.6. And add eoan to Z3 and release PPA script.
This commit is contained in:
parent
7c7cca5f2d
commit
b3174db322
@ -25,9 +25,9 @@ set -ev
|
||||
keyid=70D110489D66E2F6
|
||||
email=builds@ethereum.org
|
||||
packagename=libz3-static-dev
|
||||
version=4.8.5
|
||||
version=4.8.6
|
||||
|
||||
DISTRIBUTIONS="bionic disco"
|
||||
DISTRIBUTIONS="bionic disco eoan"
|
||||
|
||||
for distribution in $DISTRIBUTIONS
|
||||
do
|
||||
@ -40,7 +40,7 @@ pparepo=cpp-build-deps
|
||||
ppafilesurl=https://launchpad.net/~ethereum/+archive/ubuntu/${pparepo}/+files
|
||||
|
||||
# Fetch source
|
||||
git clone --depth 1 --branch Z3-${version} https://github.com/Z3Prover/z3.git
|
||||
git clone --depth 1 --branch z3-${version} https://github.com/Z3Prover/z3.git
|
||||
cd z3
|
||||
debversion="$version"
|
||||
|
||||
|
@ -57,7 +57,7 @@ packagename=solc
|
||||
|
||||
static_build_distribution=disco
|
||||
|
||||
DISTRIBUTIONS="bionic disco"
|
||||
DISTRIBUTIONS="bionic disco eoan"
|
||||
|
||||
if is_release
|
||||
then
|
||||
|
Loading…
Reference in New Issue
Block a user