esp-idf-sys
esp-idf-sys copied to clipboard
Not rebuilding esp-idf and esp-idf-sys if using IDF_PATH, and changing esp-idf
workaround is to use cargo clean -p esp-idf-sys, but that will rebuild the entire esp-idf for every build.
Repro:
- check out esp-idf in a separate directory
- add ESP_IDF=
- cargo build
- change something in esp-idf
- cargo build
Expect to rebuild esp-idf-sys (and esp-idf), but that does not happen.
This is a rare use case and I don't think there is an easy fix, so it will probably stay open for a while. #135 and #137 are more important.
No worries. At least it's now documented :)
Autodetection would be nice but it would be a lot of effort for a niche usecase. If anybody wants to tackle this feel free to work on than we can reopen it. But i will close this issue for now as not planned.