Skip to content

Commit

Permalink
CI: Fix building of ikfast plugins (#2791)
Browse files Browse the repository at this point in the history
Ignore missing authentication for Indigo packages using --force-yes.
  • Loading branch information
rhaschke authored Apr 18, 2024
1 parent 6dab90b commit 9ee6669
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ FROM personalrobotics/ros-openrave
RUN apt-key adv --keyserver 'hkp://keyserver.ubuntu.com:80' --recv-key 4B63CF8FDE49746E98FA01DDAD19BAB3CBF125EA && \
apt-key del 421C365BD9FF1F717815A3895523BAEEB01FA116 && \
apt-get update && \
apt-get install -y --no-install-recommends python-pip build-essential liblapack-dev ros-indigo-collada-urdf && \
apt-get install -y --force-yes --no-install-recommends python-pip build-essential liblapack-dev ros-indigo-collada-urdf && \
apt-get clean && rm -rf /var/lib/apt/lists/*
# enforce a specific version of sympy, which is known to work with OpenRave
RUN pip install git+https://github.com/sympy/[email protected]
Expand Down

0 comments on commit 9ee6669

Please sign in to comment.