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

llvm 16 requires z3 on macos for running roc programs #5940

Merged
merged 2 commits into from
Oct 29, 2023

Conversation

Anton-4
Copy link
Collaborator

@Anton-4 Anton-4 commented Oct 27, 2023

No description provided.

@@ -17,6 +17,10 @@ if [ -n "$(ls | grep -v "roc_nightly.*tar\.gz" | grep -v "^ci$")" ]; then
done
fi

if [[ "$(uname)" == "Darwin" ]]; then
brew install z3 # used by llvm
Copy link
Sponsor Contributor

Choose a reason for hiding this comment

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

Yikes, does this mean that macOS users need to do this in order to run roc now? 😱

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Some current roc users may need to, new roc users will install it automatically with brew install llvm@16, which is mentioned in getting started

@Anton-4 Anton-4 merged commit 5fed224 into main Oct 29, 2023
14 checks passed
@Anton-4 Anton-4 deleted the fix-nightly-mac-tests branch October 29, 2023 00:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants