ZEPHYR_BASE="" causes auto-detection to fail #86672
Unanswered
MichaelFeistETC
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Correct, it should point to a valid path, what you are doing is invalid
Cannot replicate:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I wanted to get a sanity check before opening a bug/enhancement. When
ZEPHYR_BASE
is set to be""
, but not unset, anything relying on it seems to fail. In contrast, unsetting theZEPHYR_BASE
variable resolves these issues and allows it to be automatically detected. Am I missing something? It seems likeZEPHYR_BASE=""
should result in the same behavior asZEPHYR_BASE
being unset. What's even more frustrating is that the docker images provided by Zephyr haveZEPHYR_BASE
set to the empty string by default. Dockerfiles provide no way to override that. https://github.com/zephyrproject-rtos/docker-imageRepro:
Output:
Beta Was this translation helpful? Give feedback.
All reactions