-
Couldn't load subscription status.
- Fork 85
Fixes to run SMACK on modern macOS #789
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
Conversation
…ib library. Credit to @shaobo-he.
Fix regtest.py path construction
Simplify selection of Cargo compiled bc file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
@keram88 so something is failing in regtest.py. It seems that it is maybe not opening config file properly or something like that. Could you please debug this? See the failing CI. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR addresses the following:
regtest.pyto be more compatible with macOS (based on work by @shaobo-he)bcfiles generated bycargoto support an optional 16 digit hashCo-authored-by: @shaobo-he