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

Ensure we can load the native library or fail the build #11262

Merged
merged 1 commit into from
May 18, 2021
Merged

Commits on May 17, 2021

  1. Ensure we can load the native library or fail the build

    Motivation:
    
    We used assumeTrue(...) in some places before to detect if we could load the native library but this could lead to the sitation that we not notice if we break native loading.
    
    Modifications:
    
    Always fail if we cant load the native library
    
    Result:
    
    Ensure we not cause any regression in the native loading code in the future
    normanmaurer committed May 17, 2021
    Configuration menu
    Copy the full SHA
    fa5555d View commit details
    Browse the repository at this point in the history