Netflix / Hystrix

Hystrix is a latency and fault tolerance library designed to isolate points of access to remote systems, services and 3rd party libraries, stop cascading failure and enable resilience in complex distributed systems where failure is inevitable.
23.98k stars 4.7k forks source link

when i use macbook M1 to build Hystrix,it report no matching architecture in universal wrapper #2026

Open hunter7727 opened 2 years ago

hunter7727 commented 2 years ago

when i use macbook M1 to build Hystrix.Now my idea's console tell me “ /Users/Gary/Library/Caches/JetBrains/IntelliJIdea2021.3/tmp/jna766552466857907277.tmp: dlopen(/Users/moka/Library/Caches/JetBrains/IntelliJIdea2021.3/tmp/jna766552466857907277.tmp, 1): no suitable image found. Did find: /Users/Gary/Library/Caches/JetBrains/IntelliJIdea2021.3/tmp/jna766552466857907277.tmp: no matching architecture in universal wrapper /Users/Gary/Library/Caches/JetBrains/IntelliJIdea2021.3/tmp/jna766552466857907277.tmp: no matching architecture in universal wrapper ” But my windows laptop is ok.no this problem.