- Notifications
You must be signed in to change notification settings - Fork928
Description
Overview
Both Win10 (@vapurrmaid ) and MacOS (@jsjoeio ) are seeing a panic with respect to a missing terraform path.
Mac OS
panic: install terraform: open /var/folders/c7/ns6lqzvx3z10mq647y5g9lqc0000gn/T/.coder-cache/terraform: no such file or directory
goroutine 109 [running]:
github.com/coder/coder/cli.newProvisionerDaemon.func1()
/home/runner/work/coder/coder/cli/start.go:383 +0x127
created by github.com/coder/coder/cli.newProvisionerDaemon
/home/runner/work/coder/coder/cli/start.go:374 +0x137
Win 10
panic: install terraform: open C:\Users\GREYBA~1\AppData\Local\Temp.coder-cache\terraform.exe: The system cannot find the path specified.
goroutine 83 [running]:
github.com/coder/coder/cli.newProvisionerDaemon.func1()
/home/runner/work/coder/coder/cli/start.go:383 +0x127
created by github.com/coder/coder/cli.newProvisionerDaemon
/home/runner/work/coder/coder/cli/start.go:374 +0x137
Steps to reproduce
- download and extract latest coder binary
./coder start --dev
- answer "yes" or "no"