Skip to content

Commit

Permalink
Unclutter
Browse files Browse the repository at this point in the history
  • Loading branch information
agners committed Feb 15, 2024
1 parent 488fb21 commit 7e4abb5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions chip_tool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -157,14 +157,11 @@ RUN \
python3-click \
python3-coloredlogs \
unzip \
ccache \
&& pwd && ls -la \
&& cd connectedhomeip \
&& patch -p1 < /usr/src/0001-Use-data-as-platform-storage-location.patch \
&& patch -p1 < /usr/src/0002-Use-data-as-storage-location-for-chip-tool.patch \
&& patch -p1 < /usr/src/0003-Bump-prompt-toolkit-requirement-to-fix-ptpython-vers.patch \
&& source scripts/bootstrap.sh \
&& source scripts/bootstrap.sh \
&& for example in \
address-resolve-tool \
chip-tool \
Expand All @@ -186,7 +183,6 @@ RUN \
scripts/build/build_examples.py \
--target "${EXAMPLE_PREFIX}${example}${EXAMPLE_POSTFIX}" \
--pregen-dir ./zzz_pregenerated \
--pw-command-launcher=ccache \
build; \
rm -r "out/${EXAMPLE_PREFIX}${example}${EXAMPLE_POSTFIX}/lib"; \
rm -r "out/${EXAMPLE_PREFIX}${example}${EXAMPLE_POSTFIX}/obj"; \
Expand Down

0 comments on commit 7e4abb5

Please sign in to comment.