GHC 9.6 v4 try, with CVC5 this time around.#507
Closed
Conversation
On arm Mac, the GHC is trying to locate libc++, but during that it also searches for c++ (without the lib prefix), which is an alias for a clang executable. It tries to load an executable as a static library which results in an error. I have no idea why these changes work, but they seem to work.
Foundry does not depend on DS tests anymore, they provide their own cheatcodes directly in their VM now, so that the `lib` directory no longer exists.
This shell only sets up the test dependencies, but keeps the Haskell environment setup from the system. This is a temporary workaround until the nix/ghc issue on MacOS is fixed upstream.
Collaborator
|
Is CVC5 support coming? I think I tested some time ago and it was broken 🤔 |
Collaborator
Author
|
Yeah, unfortunately you are right. We get: Test was: |
Collaborator
|
Awesome to see a green 9.6 finally. I don't love that we have no test coverage for z3 and bitwuzla in ci like this now though. |
Collaborator
|
closing since #499 is merged |
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.
Description
Test with CVC5 as default for
Checklist