We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55506a9 commit 334b768Copy full SHA for 334b768
scripts/deps-ppa/static_z3.sh
scripts/release_ppa.sh
@@ -68,7 +68,7 @@ packagename=solc
68
# This needs to be a still active release
69
static_build_distribution=noble
70
71
-DISTRIBUTIONS="jammy noble oracular"
+DISTRIBUTIONS="jammy noble oracular plucky"
72
73
if is_release
74
then
@@ -103,17 +103,14 @@ else
103
fi
104
if [ "$distribution" = focal ]
105
106
- SMTDEPENDENCY="libz3-static-dev,
107
- libcvc4-dev,
+ SMTDEPENDENCY="libcvc4-dev,
108
"
109
elif [ "$distribution" = disco ]
110
111
112
113
114
else
115
116
- "
+ SMTDEPENDENCY=""
117
118
CMAKE_OPTIONS=""
119
0 commit comments