Skip to content

Commit 282ee09

Browse files
committed
docker-build: remove cmake installation from script
Cmake is now shipped with zephyr-lite dockerimage, there is no need to install it again. Signed-off-by: Mateusz Redzynia <mateuszx.redzynia@intel.com>
1 parent 4ed508b commit 282ee09

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

zephyr/docker-build.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ unset ZEPHYR_SDK_INSTALL_DIR
5050
# CMake v3.21 changed the order object files are passed to the linker.
5151
# This makes builds before that version not reproducible.
5252
# To save time don't install if recent enough.
53-
pip install 'cmake>=3.21'
54-
PATH="$HOME"/.local/bin:"$PATH"
5553

5654
if test -e .west || test -e zephyr; then
5755
init_update=''

0 commit comments

Comments
 (0)