We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed2727e commit 4f4fa8aCopy full SHA for 4f4fa8a
docker/Dockerfile_base-archlinux
@@ -29,6 +29,9 @@ RUN pacman -Sy --noconfirm \
29
wget \
30
zip
31
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
+
35
# Python 3 dependencies installed by pip
36
RUN pip3 install argparse argcomplete coverage cerberus empy jinja2 kconfiglib \
37
matplotlib==3.0.* numpy packaging pkgconfig pyros-genmsg pyulog \
0 commit comments