-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
Incomplete Git Repository Detection (IDFGH-12856) #13345
Comments
We plan to remove the use of git for detecting ESP-IDF version. That will solve this issue as well.
But I don't see why this should be necessary. ESP-IDF directory should be left as is and everything else can be added into the project's directory (which can be anywhere else on the disk). |
Change of plans. We have to keep the use of git but will try to ignore all git related failures. |
Answers checklist.
IDF version.
v5.2.1
Espressif SoC revision.
n/a
Operating System used.
Linux
How did you build your project?
Command line with Make
If you are using Windows, please specify command line type.
None
Development Kit.
n/a
Power Supply used.
USB
What is the expected behavior?
n/a
What is the actual behavior?
n/a
Steps to reproduce.
Debug Logs.
No response
More Information.
The way in which esp.py detects whether it's in a git repository for version detection appears to pick up non-
esp-idf
repositories that it might happen to exist inside of.mirrexagon/nixpkgs-esp-dev#5
This causes secondary issues for Nix where the derivation isolation collides with Git's attempts at ensuring the ownership of the Git repo is what is expected.
mirrexagon/nixpkgs-esp-dev#39
The text was updated successfully, but these errors were encountered: