Skip to content

Commit

Permalink
Update chip-build dockerfile: (#8629)
Browse files Browse the repository at this point in the history
- remove circleci (not used currently)
- added click (command line automation support, specifically for build
script)
  • Loading branch information
andy31415 authored and pull[bot] committed Aug 9, 2021
1 parent 85c6178 commit 1180771
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions integrations/docker/images/chip-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ RUN set -x \
&& : # last line

RUN set -x \
&& pip3 install circleci attrs coloredlogs PyGithub pygit future \
portpicker mobly \
&& pip3 install attrs coloredlogs PyGithub pygit future portpicker mobly click \
&& : # last line

# build and install gn
Expand Down
2 changes: 1 addition & 1 deletion integrations/docker/images/chip-build/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.31
0.4.32

0 comments on commit 1180771

Please sign in to comment.