Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(jsii-pacmak): allow disabling go build conditionally (#4196)
In CDKTF this step causes our examples to take up to 24GB of Ram and ~5 minutes to have the bindings generated. We split our code into a lot of modules, so if a user just ran `go run ...` and only the parts needed would be compiled they can save a lot of time and resources.
- Loading branch information