We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried these Jepsen tests on M1 Mac. We need the following workarounds.
jna
diff --git a/scalardb/project.clj b/scalardb/project.clj index 4c8c4bf..c0e9a5a 100644 --- a/scalardb/project.clj +++ b/scalardb/project.clj @@ -2,7 +2,10 @@ :description "Jepsen testing for Scalar DB" :url "https://github.com/scalar-labs/scalar-jepsen" :dependencies [[org.clojure/clojure "1.10.1"] - [jepsen "0.2.1"] + [jepsen "0.2.1" :exclusions [net.java.dev.jna/jna + net.java.dev.jna/jna-platform]] + [net.java.dev.jna/jna "5.11.0"] + [net.java.dev.jna/jna-platform "5.11.0"] [cassandra "0.1.0-SNAPSHOT"] [cc.qbits/alia "4.3.6"] [cc.qbits/hayt "4.1.0"]]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried these Jepsen tests on M1 Mac. We need the following workarounds.
jna
jna
because the oldjna
doesn't support aarch64The text was updated successfully, but these errors were encountered: