We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 236577d commit 180e190Copy full SHA for 180e190
.ci/docker/common/install_zephyr.sh
@@ -77,7 +77,7 @@ install_prerequiresites() {
77
chmod +x kitware-archive.sh && \
78
./kitware-archive.sh && \
79
rm -f kitware-archive.sh
80
- useradd -d /home/zephyruser -m -s /bin/bash zephyruser
+ pip_install --no-cache-dir west
81
}
82
83
install_sdk() {
0 commit comments