Skip to content

Commit 27374a3

Browse files
adigieandy31415
andauthored
[nrfconnect] Add gcc-multilib and g++-multilib to Docker image (project-chip#37685)
Add multilibs to build Zephyr native tests for 32-bit target. Signed-off-by: Adrian Gielniewski <adrian.gielniewski@nordicsemi.no> Co-authored-by: Andrei Litvin <andy314@gmail.com>
1 parent 72bd391 commit 27374a3

File tree

2 files changed

+2
-2
lines changed
  • integrations/docker/images

2 files changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
114 : [Silabs] Update Silabs sisdk to v2024.12.1-0, Wiseconnect to 2.11.2 and wifisdk to 3.4.1
1+
115 : [nrfconnect] Add gcc-multilib and g++-multilib

integrations/docker/images/stage-2/chip-build-nrf-platform/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ FROM ghcr.io/project-chip/chip-build:${VERSION}
4747
# Tools for building, flashing and accessing device logs
4848
RUN set -x \
4949
&& apt-get update \
50-
&& apt-get install --no-install-recommends -fy device-tree-compiler \
50+
&& apt-get install --no-install-recommends -fy device-tree-compiler gcc-multilib g++-multilib \
5151
&& apt-get clean \
5252
&& rm -rf /var/lib/apt/lists/ \
5353
&& : # last line

0 commit comments

Comments
 (0)