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

Fix multiple display_trace definitions on android build #4700

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

dguenther
Copy link
Member

Summary

When building ironfish-rust for Android, I got a build error around multiple definitions of display_trace.

We could probably consider pulling the trace library out of ironfish-rust, but for now I fixed to not include one of the functions.

Testing Plan

Documentation

Does this change require any updates to the Iron Fish Docs (ex. the RPC API
Reference
)? If yes, link a
related documentation pull request for the website.

[ ] Yes

Breaking Change

Is this a breaking change? If yes, add notes below on why this is breaking and
what additional work is required, if any.

[ ] Yes

@dguenther dguenther requested a review from a team as a code owner February 7, 2024 00:15
@dguenther
Copy link
Member Author

Triggering a build of the NPM packages to make sure this works: https://github.com/iron-fish/ironfish/actions/runs/7807930851

@dguenther dguenther merged commit 5de79eb into staging Feb 7, 2024
26 checks passed
@dguenther dguenther deleted the fix-android-build branch February 7, 2024 16:04
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