Closed zfLQ2qx2 closed 2 years ago
Could you please add the full output? OS version? How you're using comply?
I hit this too. Any chance you're on an M1 macbook? It looks like the image strongdm/pandoc:edge
isn't built for arm CPUs which causes some issues.
If that's the case, you could do the following:
Clone the repo
Build a pandoc image using this Dockerfile
cd build
docker rmi strongdm/pandoc:edge
docker build -t strongdm/pandoc:edge .
Specify a custom pandoc image via env variables:
cd .. # comply root dir
echo "COMPLY_USE_LOCAL_PANDOC=true" > .env
Use comply:
mkdir my-company
cd my-company
go run ../comply.go init
go build ../comply.go build
It appears that "comply build" hangs forever after generating a couple lines of output:
How can I diagnose what is happening here?