Skip to content

Commit

Permalink
downgrade patchelf version to fix failing CD for 20.04 (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
immel-f authored Oct 15, 2024
1 parent 30d40ce commit 8b2dfe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/conan_dockerfile/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ RUN pyenv update \
RUN pip install "conan~=2.8.0" catkin_pkg "numpy<2.0" wheel auditwheel cmake

# install patchelf
RUN wget https://github.com/NixOS/patchelf/releases/download/0.18.0/patchelf-0.18.0-x86_64.tar.gz \
&& tar -xzf patchelf-0.18.0-x86_64.tar.gz \
RUN wget https://github.com/NixOS/patchelf/releases/download/0.17.2/patchelf-0.17.2-x86_64.tar.gz \
&& tar -xzf patchelf-0.17.2-x86_64.tar.gz \
&& sudo -E ln -s $HOME/bin/patchelf /bin/patchelf \
&& patchelf --version

Expand Down

0 comments on commit 8b2dfe9

Please sign in to comment.