Skip to content

Commit

Permalink
archlinux: replace gcc12 with gcc11
Browse files Browse the repository at this point in the history
  • Loading branch information
coderkalyan committed Jul 16, 2022
1 parent ed2727e commit 4f4fa8a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/Dockerfile_base-archlinux
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ RUN pacman -Sy --noconfirm \
wget \
zip

# Use gcc11 instead of gcc12 for now due to fast-rtps compile error
RUN pacman -Rns --noconfirm gcc && pacman -Syu --noconfirm gcc11

# Python 3 dependencies installed by pip
RUN pip3 install argparse argcomplete coverage cerberus empy jinja2 kconfiglib \
matplotlib==3.0.* numpy packaging pkgconfig pyros-genmsg pyulog \
Expand Down

0 comments on commit 4f4fa8a

Please sign in to comment.