Hi,
I'm trying to configure a Mac on my local network to work as a build server for ESPHome. I've installed ESPHome Desktop and paired it with my Home Assistant's ESPHome builder. When I run a compilation task (dispatched to the Mac from the home assistant host) it successfully installs the toolchain (first run) then generates source... then it ultimately fails with the following error:
fatal: not a git repository (or any of the parent directories): .git
Followed by a few different variations of this:
The CMAKE_CXX_COMPILER:
riscv32-esp-elf-g++
is not a full path and was not found in the PATH.
Tell CMake where to find the compiler by setting either the environment
variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
to the compiler, or to the compiler name if it is in the PATH.
Any advice how to fix this?
Thanks!