hyperledger / besu-native

Apache License 2.0
12 stars 35 forks source link

disable blake tests on arm64 #109

Closed garyschulte closed 1 year ago

garyschulte commented 1 year ago

Since the native blake2bf implementation is slower than the java implementation on arm64, it is not being built: https://github.com/hyperledger/besu-native/blob/main/build.sh#L69-L76

Ignore this test if we are running on arm64. Tested on OSX

edit: Also address CI breakage with this PR.
fixes #110

garyschulte commented 1 year ago

looks like unrelated CI breakage :(