Skip to content

Commit

Permalink
CI: Fix building of ikfast plugins (backport #2791)
Browse files Browse the repository at this point in the history
* CI: Fix building of ikfast plugins (#2791)

Ignore missing authentication for Indigo packages using --force-yes.

(cherry picked from commit 9ee6669)

* CI: Fix format.yaml to Ubuntu 20.04

---------

Co-authored-by: Robert Haschke <[email protected]>
  • Loading branch information
mergify[bot] and rhaschke authored Apr 18, 2024
1 parent 1255936 commit 88bbf06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
pre-commit:
name: Format
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ FROM personalrobotics/ros-openrave
RUN apt-key adv --keyserver 'hkp://keyserver.ubuntu.com:80' --recv-key C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654 && \
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 88bbf06

Please sign in to comment.