You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should update the code to unify how we execute Manticore across platforms. Instead of calling manticore-buddy binary on Linux and using manticore-executor [buddy-path] on Windows, we should standardize to always use manticore-executor [buddy-path] from the system path, similar to how it's currently performed on Windows inside Docker.
The task is to unify the execution method and make Buddy run with manticore-executor [buddy-path] consistently across all platforms, replacing the current bin/manticore-buddy approach that we plan to remove.
Checklist:
To be completed by the assignee. Check off tasks that have been completed or are not applicable.
Proposal:
We should update the code to unify how we execute Manticore across platforms. Instead of calling
manticore-buddy
binary on Linux and usingmanticore-executor [buddy-path]
on Windows, we should standardize to always usemanticore-executor [buddy-path]
from the system path, similar to how it's currently performed on Windows inside Docker.The task is to unify the execution method and make Buddy run with
manticore-executor [buddy-path]
consistently across all platforms, replacing the currentbin/manticore-buddy
approach that we plan to remove.Checklist:
To be completed by the assignee. Check off tasks that have been completed or are not applicable.
The text was updated successfully, but these errors were encountered: