strongdm / comply

Compliance automation framework, focused on SOC2
https://comply.strongdm.com
Apache License 2.0
1.33k stars 248 forks source link

Build get stuck and no pdf's are generated #124

Closed fbonawiede closed 2 years ago

fbonawiede commented 2 years ago

When I run comply build the index file is generated and the first pdf.md

Screenshot 2022-04-28 at 10 50 27 image

comply VERSION:1.6.0

pandoc 2.18 Compiled with pandoc-types 1.22.2, texmath 0.12.5, skylighting 0.12.3, citeproc 0.7, ipynb 0.2, hslua 2.2.0 Scripting engine: Lua 5.4

camposer commented 2 years ago

Hi @fbonawiede

How are you using comply? Via brew, docker? I presume you're using Mac, is it Intel or M1?

fbonawiede commented 2 years ago

brew, Mac with M1

camposer commented 2 years ago

Thanks @fbonawiede

Unfortunately, the binary available in brew isn't -yet- compatible with M1. You'd need to clone the repo, build and use the binary, or use docker.

Maybe it's easier to start with docker. Here's the image

fbonawiede commented 2 years ago

@camposer Thanks! But I actually got it working now (not via docker) and I didn't compile it.

camposer commented 2 years ago

Awesome!