Commit 16d8f54
committed
action: encode the repo name in the SDK cache key
The Zephyr SDK install has a step where it tweaks the library paths of
the host utilities so match the full install path and have them run
without having to set LD_LIBRARY_PATH. In the current setup that path
includes the repository name, which means that if the repository is
renamed the cached SDK is going to end up having a non working path
leading to a confusing error, typically dtc not found.
Make the repository name part of the SDK cache key, so that if the
repository is renamed, the cached sdk with the wrong path is not reused.
Signed-off-by: Fabio Baltieri <[email protected]>1 parent 3a58338 commit 16d8f54
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
| 208 | + | |
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
| |||
0 commit comments