mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add Ubuntu Focal.
This commit is contained in:
parent
f31332533f
commit
5ec8202e6e
@ -29,7 +29,7 @@ packagename=libz3-static-dev
|
||||
version=4.8.7
|
||||
version_patchsuffix=-1
|
||||
|
||||
DISTRIBUTIONS="bionic disco eoan"
|
||||
DISTRIBUTIONS="bionic disco eoan focal"
|
||||
|
||||
for distribution in $DISTRIBUTIONS
|
||||
do
|
||||
@ -72,7 +72,7 @@ Priority: extra
|
||||
Maintainer: Daniel Kirchner <daniel@ekpyron.org>
|
||||
Build-Depends: debhelper (>= 9.0.0),
|
||||
cmake,
|
||||
g++,
|
||||
g++ (>= 5.0),
|
||||
git,
|
||||
libgmp-dev,
|
||||
dh-python,
|
||||
|
@ -300,7 +300,11 @@ case $(uname -s) in
|
||||
install_z3="libz3-dev"
|
||||
;;
|
||||
bionic)
|
||||
echo "Installing solidity dependencies on Ubuntu Bionic (18.04)."
|
||||
echo "Installing solidity dependencies."
|
||||
install_z3="libz3-dev"
|
||||
;;
|
||||
focal)
|
||||
echo "Installing solidity dependencies."
|
||||
install_z3="libz3-dev"
|
||||
;;
|
||||
betsy)
|
||||
|
@ -57,7 +57,7 @@ packagename=solc
|
||||
|
||||
static_build_distribution=disco
|
||||
|
||||
DISTRIBUTIONS="bionic disco eoan"
|
||||
DISTRIBUTIONS="bionic disco eoan focal"
|
||||
|
||||
if is_release
|
||||
then
|
||||
@ -83,7 +83,12 @@ else
|
||||
else
|
||||
pparepo=ethereum-dev
|
||||
fi
|
||||
if [ $distribution = disco ]
|
||||
if [ $distribution = focal ]
|
||||
then
|
||||
SMTDEPENDENCY="libz3-dev,
|
||||
libcvc4-dev,
|
||||
"
|
||||
elif [ $distribution = disco ]
|
||||
then
|
||||
SMTDEPENDENCY="libz3-static-dev,
|
||||
libcvc4-dev,
|
||||
|
Loading…
Reference in New Issue
Block a user