Skip to content

Commit

Permalink
Fix missing glib package for cirque presubmit (#3274)
Browse files Browse the repository at this point in the history
Problem

Cirque uses ot-br-posix as generic docker node basefile, recent
upstream otbr make dockerfile refactor, which seems to make glib package
missing.

Summary of changes:
-- Add missing glib pckage to unblock the presubmit.
  • Loading branch information
yunhanw-google authored Oct 15, 2020
1 parent 00c0160 commit 40f26bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/chip-tool/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#

from generic_node_image

RUN apt-get install -y libglib2.0
COPY out/debug/chip-tool /usr/bin/
COPY entrypoint.sh /

Expand Down
2 changes: 1 addition & 1 deletion examples/lighting-app/linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#

from generic_node_image

RUN apt-get install -y libglib2.0
COPY out/debug/chip-tool-server /usr/bin/
COPY entrypoint.sh /

Expand Down

0 comments on commit 40f26bf

Please sign in to comment.