-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESP-IDF compike error that git is not finding a repository at / #9
Comments
Thanks for reporting. Will apply today! |
What actually are the problems you're mentioned? I just tried to build firmware from scratch, using latest YAML and ESPHome, and everything built successfully. |
I have a grown HASSOS and run ESPHOME since a few years. This is the error that you get. fatal: not a git repository (or any parent up to mount point /) ========================= [FAILED] Took 18.06 seconds =========================` If you use a strict definition of the Environment then it will compile. I also know that it is not optimal because the ESP-IDF 5.x.y holds alot of performance improvements. BTW.: A reinstall of the ESPHOME plugin in HASS don't solve the problem, also cleaning the build won't help. |
Alright. I'll leave this open for information purposes. Won't change main YAML though - it must be local fix for those with such trouble. |
Hi,
ESPHOME is creating problems in the newest / recommended ESP-IDF therefore I suggest to be more specific in the esp: section and define
esp32:
framework:
type: esp-idf
version: 4.4.8
platform_version: 5.4.0
instead of just
esp32:
framework:
type: esp-idf
version: recommended
and update it when the compiler issues have been solved.
compiler issues are a bit missleading that there is no git found at /
The text was updated successfully, but these errors were encountered: