You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2021/08/24 13:32:44 UTC

[GitHub] [dolphinscheduler] ruanwenjun commented on issue #6031: [Bug] Incompatible big sur system with M1 chip

ruanwenjun commented on issue #6031:
URL: https://github.com/apache/dolphinscheduler/issues/6031#issuecomment-904646246


   This issue seems caused by `oshi`.
   And `oshi` has already support M1 https://github.com/oshi/oshi/blob/master/FAQ.md#does-oshi-work-on-apple-m1-hardware.
   In the 1.3.8-release and dev branch, we use `oshi` 3.9.1, and the `jna` is 4.5.2, so it doesn't support M1, I think we can upgrade the `oshi` version.
   
   @bingexxx Could you please upgrade the oshi version to 5.8.1 and try again?
   You can set the version in ${rootProject}/pom.xml
   ```java
   <oshi.core.version>5.8.1</oshi.core.version>
   ```
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org