-
Notifications
You must be signed in to change notification settings - Fork 436
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
Build companion via github actions workflow #860
Comments
Hello, I'm very sorry to bother you. I saw in other issues that you have successfully compiled this project. Could you please share your compilation process? Thank you so much! I keep building failing in macOS 13.6.6 (22G630) + xcode 15.2 (15C500b) + intel cpu, I am using
Any help would be greatly appreciated! |
I had the same issue, but I could successfully build by
|
Update: |
Not sure if you still need it now. I have created a github actions workflow that compiles both idb.whl and idb_companion. https://github.com/flyqie/idb/blob/main/.github/workflows/deploy_packages.yml |
@flyqie can someone enlighten me how to make use of those files? how can I tell my local idb installation to use the updated files? |
idb finds the location of the idb_companion binary in the following way. Lines 120 to 123 in 45666c7
Lines 162 to 167 in 45666c7
|
Since I didn't manage to build the project locally, has anyone tried to create a github workflow for this?
The text was updated successfully, but these errors were encountered: