Install Z3#9112
Open
mernst wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
Also, these tests fail unless |
Collaborator
|
#8214 is to-be-completed work to remove the dependency on CVC5. For Z3, however, we should make clear that this is only needed if you intend to run the test suite. Having Z3 is not a strict build (or operating) requirement. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #9112 +/- ##
===========================================
- Coverage 80.77% 80.77% -0.01%
===========================================
Files 1712 1712
Lines 189814 189814
Branches 73 73
===========================================
- Hits 153328 153325 -3
- Misses 36486 36489 +3 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
kroening
reviewed
Jul 8, 2026
| 1. As root, get the necessary development tools: | ||
| ``` | ||
| pkg install gcc-c++-7 bison flex | ||
| pkg install gcc-c++-7 bison flex z3 |
Collaborator
There was a problem hiding this comment.
Solaris appears not to have a z3 package
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
These instructions add
z3to the needed packages.Without z3 installed, these commands failed under Ubuntu:
With z3 installed, the commands succeed.
A more complete list of failures that are solved by installing z3 is: