Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Z3 from ppa scripts and add ubuntu plucky. #15932

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove Z3 from ppa scripts and add ubunutu plucky.
ekpyron committed Mar 12, 2025

Verified

This commit was signed with the committer’s verified signature.
mapsandapps Shawn Taylor
commit 6574e6f70409e6f0cda3d45f7ceae264c4b439d6
267 changes: 0 additions & 267 deletions scripts/deps-ppa/static_z3.sh

This file was deleted.

11 changes: 4 additions & 7 deletions scripts/release_ppa.sh
Original file line number Diff line number Diff line change
@@ -68,7 +68,7 @@ packagename=solc
# This needs to be a still active release
static_build_distribution=noble

DISTRIBUTIONS="jammy noble oracular"
DISTRIBUTIONS="jammy noble oracular plucky"

if is_release
then
@@ -103,17 +103,14 @@ else
fi
if [ "$distribution" = focal ]
then
SMTDEPENDENCY="libz3-static-dev,
libcvc4-dev,
SMTDEPENDENCY="libcvc4-dev,
"
elif [ "$distribution" = disco ]
then
SMTDEPENDENCY="libz3-static-dev,
libcvc4-dev,
SMTDEPENDENCY="libcvc4-dev,
"
else
SMTDEPENDENCY="libz3-static-dev,
"
SMTDEPENDENCY=""
fi
CMAKE_OPTIONS=""
fi