Skip to content

Commit

Permalink
Update chip-build Dockerfile (#10149)
Browse files Browse the repository at this point in the history
* Update chip-build Dockerfile

#### Problem

`gh_report.py` doesn't run in the `chip-build` container.

#### Change overview

Add python packages `cxxfilt` `ghapi` `pandas`.

#### Testing

Local run of `gh_report.py` in the updated container.

* bump version
  • Loading branch information
kpschoedel authored and pull[bot] committed Oct 29, 2021
1 parent 15fb663 commit 1560336
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integrations/docker/images/chip-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ RUN set -x \
&& : # last line

RUN set -x \
&& pip3 install attrs coloredlogs PyGithub pygit future portpicker mobly click \
&& pip3 install attrs coloredlogs PyGithub pygit future portpicker mobly click cxxfilt ghapi pandas \
&& : # 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.5.10
0.5.11

0 comments on commit 1560336

Please sign in to comment.