Closed arcolife closed 6 years ago
What is our current status: we are packaging go binary into docker-based image and using runnint container to compile the code.
What is the issue:
The docker-based image is based on ubuntu, need cross compile for darwin since cgo was imported
Failed to produce
darwin
binary withhmake build
, because a vendor dep useslibsecp256k1
which in turn depends onimport "C"
in golang from undersecp256.go
screenshot courtesy: @hixichen
So now, we have 2 options: