Skip to content

Commit f53be4f

Browse files
authored
[Docker Image] Add zstd to chip-build (project-chip#37450)
When running workflow locally using `act`, `Save bootstrap cache` step takes significant amount of time. This is caused by missing `zstd`. Signed-off-by: Adrian Gielniewski <adrian.gielniewski@nordicsemi.no>
1 parent c02a091 commit f53be4f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

integrations/docker/images/base/chip-build/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ RUN set -x \
105105
unzip \
106106
wget \
107107
zlib1g-dev \
108+
zstd \
108109
&& rm -rf /var/lib/apt/lists/ \
109110
&& git lfs install \
110111
&& : # last line
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
109 : [Tizen] Fix race when storing cert credentials
1+
110 : [Tizen] Add zstd to base image

0 commit comments

Comments
 (0)