Trying to deploy an app and its deployment is stuck on
“Waiting for depot builder…”
I found an old similar topic and someone suggested using -remote-only
but it didn’t help.
Any suggestions?
Trying to deploy an app and its deployment is stuck on
“Waiting for depot builder…”
I found an old similar topic and someone suggested using -remote-only
but it didn’t help.
Any suggestions?
Hi… --depot=false
is the real flag; that gives you one of the freebie legacy builders.
Some people find those a fair amount slower, though—particularly in the present era of CPU throttling.
(You can also make your own builders, with however much or little processing power you want, although then you have to pay for the resources provisioned.)
Finally, there is --local-only
, if you have Docker installed on your development laptop/desktop. (There have been problems in the past with this on ARM, however.)
Hope this helps!
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.