Skip to content

Commit 4f4fa8a

Browse files
committed
archlinux: replace gcc12 with gcc11
1 parent ed2727e commit 4f4fa8a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker/Dockerfile_base-archlinux

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ RUN pacman -Sy --noconfirm \
2929
wget \
3030
zip
3131

32+
# Use gcc11 instead of gcc12 for now due to fast-rtps compile error
33+
RUN pacman -Rns --noconfirm gcc && pacman -Syu --noconfirm gcc11
34+
3235
# Python 3 dependencies installed by pip
3336
RUN pip3 install argparse argcomplete coverage cerberus empy jinja2 kconfiglib \
3437
matplotlib==3.0.* numpy packaging pkgconfig pyros-genmsg pyulog \

0 commit comments

Comments
 (0)