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 remaining artifacts of dynamically loading Z3. #15537

Merged
merged 2 commits into from
Oct 22, 2024

Conversation

ekpyron
Copy link
Member

@ekpyron ekpyron commented Oct 22, 2024

Some leftovers from #15252


.. note::

Solidity can optionally use other solvers, namely ``cvc5`` and ``Eldarica``,
but their presence is checked only at runtime, they are not needed for the build to succeed.
The emscripten builds require Z3 and will statically link against it instead.
Copy link
Member Author

@ekpyron ekpyron Oct 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It actually is a hard requirement for emscripten now. I'm actually wondering if we should make it optional again there, but if we want to do that, we can do it separately (and custom emscripten builds ought to be very rare anyways)

@ekpyron ekpyron marked this pull request as ready for review October 22, 2024 14:30
@ekpyron ekpyron added this to the 0.8.29 milestone Oct 22, 2024
@ekpyron ekpyron added the 🟡 PR review label label Oct 22, 2024
@matheusaaguiar matheusaaguiar merged commit b16d811 into develop Oct 22, 2024
73 checks passed
@matheusaaguiar matheusaaguiar deleted the cleanoutDynamicZ3Stuff branch October 22, 2024 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor smt 🟡 PR review label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants