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

mac m1: fix JNA UnsatisfiedLinkError by upgrade to v5.12.1 #2013

Merged
merged 3 commits into from
Nov 18, 2022

Conversation

javeme
Copy link
Contributor

@javeme javeme commented Nov 8, 2022

fix #2012
Change-Id: I266fbeebb53c8cab0d5c13a95681b364edc8f32d

@codecov
Copy link

codecov bot commented Nov 8, 2022

Codecov Report

Merging #2013 (25c5fd7) into master (b79a690) will increase coverage by 0.00%.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             master    #2013   +/-   ##
=========================================
  Coverage     66.37%   66.37%           
  Complexity      976      976           
=========================================
  Files           482      482           
  Lines         41457    41457           
  Branches       5890     5890           
=========================================
+ Hits          27516    27518    +2     
+ Misses        11243    11242    -1     
+ Partials       2698     2697    -1     
Impacted Files Coverage Δ
...egraph/backend/store/cassandra/CassandraShard.java 52.72% <0.00%> (-1.82%) ⬇️
...va/com/baidu/hugegraph/util/collection/IntSet.java 73.72% <0.00%> (-0.85%) ⬇️
...va/com/baidu/hugegraph/backend/cache/RamCache.java 72.92% <0.00%> (-0.56%) ⬇️
...a/com/baidu/hugegraph/backend/query/Condition.java 79.09% <0.00%> (+0.34%) ⬆️
...va/com/baidu/hugegraph/util/collection/IntMap.java 72.80% <0.00%> (+0.39%) ⬆️
.../baidu/hugegraph/security/HugeSecurityManager.java 77.88% <0.00%> (+1.00%) ⬆️
...u/hugegraph/backend/tx/SchemaIndexTransaction.java 79.54% <0.00%> (+6.81%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

zyxxoo
zyxxoo previously approved these changes Nov 9, 2022
@imbajin
Copy link
Member

imbajin commented Nov 9, 2022

need update the 3rd dependencies

@javeme
Copy link
Contributor Author

javeme commented Nov 11, 2022

dependency check:

Run bash $SCRIPT_DEPENDENCY/check_dependencies.sh
--- /dev/fd/63	2022-11-09 13:27:32.481474862 +0000
+++ /dev/fd/62	2022-11-09 13:27:32.481474862 +0000
@@ -162,2 +162 @@
-jna-4.2.2.jar
-jna-5.5.0.jar
+jna-5.12.1.jar
Error: Process completed with exit code 1.

Change-Id: I266fbeebb53c8cab0d5c13a95681b364edc8f32d
Change-Id: I79495f152876584928c5925480316859e60816ad
@javeme javeme requested review from zyxxoo and imbajin November 16, 2022 14:52
@zyxxoo zyxxoo merged commit 109495e into master Nov 18, 2022
@zyxxoo zyxxoo deleted the mac-m1-jna-fix branch November 18, 2022 15:47
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.

[Bug] Mac m1: JNA UnsatisfiedLinkError
3 participants