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

Resolve issues with javacv #7171

Merged
merged 5 commits into from
Jun 29, 2024

Conversation

devinbileck
Copy link
Member

This should resolve the UnsatisfiedLinkError encountered on macOS in #7166.
It should also further reduce the bundled javacv library size. Only my linux machine, the total included libs are now down to ~323 MB.

@alejandrogarcia83 alejandrogarcia83 added this to the v1.9.18 milestone Jun 25, 2024
@devinbileck
Copy link
Member Author

I am looking into why this is still failing.

HenrikJannsen
HenrikJannsen previously approved these changes Jun 27, 2024
Copy link
Collaborator

@HenrikJannsen HenrikJannsen left a comment

Choose a reason for hiding this comment

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

From build error output:

QrCodeProcessorTest > process_ValidQrCodeFrame_ReturnsDecodedText() FAILED
    java.lang.UnsatisfiedLinkError at QrCodeProcessorTest.java:41
        Caused by: java.lang.UnsatisfiedLinkError at QrCodeProcessorTest.java:41

QrCodeProcessorTest > process_NonQrCodeFrame_ReturnsEmptyOptional() FAILED
    java.lang.RuntimeException at QrCodeProcessorTest.java:52
        Caused by: java.lang.UnsatisfiedLinkError at QrCodeProcessorTest.java:52

QrCodeProcessorTest > process_InvalidFrame_ReturnsEmptyOptional() FAILED
    java.lang.RuntimeException at QrCodeProcessorTest.java:68
        Caused by: java.lang.UnsatisfiedLinkError at QrCodeProcessorTest.java:68

HenrikJannsen
HenrikJannsen previously approved these changes Jun 29, 2024
Copy link
Collaborator

@HenrikJannsen HenrikJannsen left a comment

Choose a reason for hiding this comment

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

utACK

Copy link
Collaborator

@HenrikJannsen HenrikJannsen left a comment

Choose a reason for hiding this comment

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

utACK

@HenrikJannsen HenrikJannsen merged commit 039d778 into bisq-network:master Jun 29, 2024
3 checks passed
@devinbileck devinbileck deleted the reduce-javacv-lib-size branch June 29, 2024 05:33
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.

3 participants