Skip to content

Commit

Permalink
0.5.24 Version bump reason: [Cirque] Bump version for virtual android…
Browse files Browse the repository at this point in the history
… chip-tool test (#11308)

* 0.5.24 Version bump reason: [Cirque] Bump version for virtual android chip-tool test

* add version
  • Loading branch information
yunhanw-google authored and pull[bot] committed May 17, 2023
1 parent ec41b6c commit 7917155
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion integrations/docker/images/chip-build-cirque/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN set -x \
RUN set -x \
&& apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -fy \
sudo socat psmisc tigervnc-standalone-server tigervnc-viewer \
sudo socat psmisc tigervnc-standalone-server xorg xauth \
python3-pip python3-venv python3-setuptools libdbus-glib-1-dev \
uuid-runtime libgirepository1.0-dev \
&& : # aids diffs
Expand All @@ -41,4 +41,5 @@ COPY requirements_nogrpc.txt /requirements.txt

RUN set -x \
&& pip3 install -r requirements.txt \
&& xinit -- /usr/bin/Xvnc \
&& : # aids diffs
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.23 Version bump reason: [Ameba] Support BLE & IP commissioning function
0.5.24 Version bump reason: [Cirque] Bump version for virtual android chip-tool test

0 comments on commit 7917155

Please sign in to comment.