Skip to content

Commit 15a7435

Browse files
committed
refactor: Remove gcc-multilib.
* Suggest using `native_posix_64` target instead, avoid needing the extra dep.
1 parent 86a7d2f commit 15a7435

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,10 @@ ARG ZEPHYR_VERSION
88
ENV ZEPHYR_VERSION=${ZEPHYR_VERSION}
99
RUN \
1010
apt-get -y update \
11-
&& if [ "$(uname -m)" = "x86_64" ]; then gcc_multilib="gcc-multilib"; else gcc_multilib=""; fi \
1211
&& apt-get -y install --no-install-recommends \
1312
ccache \
1413
file \
1514
gcc \
16-
"${gcc_multilib}" \
1715
git \
1816
gperf \
1917
make \

0 commit comments

Comments
 (0)