dontlaugh/packer-provisioner-deno

Provisioning step hangs

Closed this issue · 1 comments

There is a known issue with compiling TypeScript code (aka your deno scripts) on machines that only have a single CPU denoland/deno#2124

For your cloud provider's builder stanza, work around this by selecting an image size with at least 2 CPU/vCPU.

$ doctl compute size list

On digitalocean, the cheapest droplet with 2 CPUs is $15/mo and has slug identifier s-2vcpu-2gb.

This was fixed upstream. Need to test again.