Hi ,
We are trying to run Travis for package noms and during installation of go dependency through travis_install_go_dependencies we found that blake2 is failing for arm64. we are getting following error
*blake2-config.h:68:2: error: #error "This code requires at least SSE2."*
- 263 #error “This code requires at least SSE2.”*
- 265blake2b.c:24:23: fatal error: emmintrin.h: No such file or directory*
Please find the Travis log https://travis-ci.org/github/odidev/noms/jobs/710021697
please let us know how to solve this issue