We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca30119 commit e58e3aaCopy full SHA for e58e3aa
1 file changed
ports/zephyr-cp/entrypoint.sh
@@ -34,4 +34,10 @@ path = zephyr-config
34
base = zephyr
35
EOF
36
37
+# Register Zephyr CMake packages for the current user. The Dockerfile ran
38
+# west zephyr-export during build (as root), but CI may run the container as
39
+# a different UID whose ~/.cmake/packages won't have those entries.
40
+cd "${ZEPHYR_WS}" && west zephyr-export 2>/dev/null || true
41
+cd "${PORT_DIR}"
42
+
43
exec "$@"
0 commit comments