Here is the following output I get after installing gapstone with glide on a CircleCI instance and attempting to run go test:
vendor/github.com/bnagy/gapstone/arm64_constants.go:22:32: fatal error: capstone/capstone.h: No such file or directory
// #include <capstone/capstone.h>
^
compilation terminated.
This doesn't occur on my local, and tests pass. However for some reason it is occurring on CircleCI. My glide.yaml includes:
Here is the following output I get after installing gapstone with glide on a CircleCI instance and attempting to run
go test
:This doesn't occur on my local, and tests pass. However for some reason it is occurring on CircleCI. My
glide.yaml
includes:and everything seems to install successfully:
What could be causing this issue?