Skip to content

Commit 334b768

Browse files
committed
Remove Z3 from ppa scripts and add ubunutu plucky.
1 parent 55506a9 commit 334b768

File tree

2 files changed

+4
-274
lines changed

2 files changed

+4
-274
lines changed

scripts/deps-ppa/static_z3.sh

-267
This file was deleted.

scripts/release_ppa.sh

+4-7
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ packagename=solc
6868
# This needs to be a still active release
6969
static_build_distribution=noble
7070

71-
DISTRIBUTIONS="jammy noble oracular"
71+
DISTRIBUTIONS="jammy noble oracular plucky"
7272

7373
if is_release
7474
then
@@ -103,17 +103,14 @@ else
103103
fi
104104
if [ "$distribution" = focal ]
105105
then
106-
SMTDEPENDENCY="libz3-static-dev,
107-
libcvc4-dev,
106+
SMTDEPENDENCY="libcvc4-dev,
108107
"
109108
elif [ "$distribution" = disco ]
110109
then
111-
SMTDEPENDENCY="libz3-static-dev,
112-
libcvc4-dev,
110+
SMTDEPENDENCY="libcvc4-dev,
113111
"
114112
else
115-
SMTDEPENDENCY="libz3-static-dev,
116-
"
113+
SMTDEPENDENCY=""
117114
fi
118115
CMAKE_OPTIONS=""
119116
fi

0 commit comments

Comments
 (0)