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 4ed508b commit 282ee09Copy full SHA for 282ee09
zephyr/docker-build.sh
@@ -50,8 +50,6 @@ unset ZEPHYR_SDK_INSTALL_DIR
50
# CMake v3.21 changed the order object files are passed to the linker.
51
# This makes builds before that version not reproducible.
52
# To save time don't install if recent enough.
53
-pip install 'cmake>=3.21'
54
-PATH="$HOME"/.local/bin:"$PATH"
55
56
if test -e .west || test -e zephyr; then
57
init_update=''
0 commit comments