Skip to content

Commit

Permalink
Revert "Adding break-system-packages pip option for noble in devel_ta…
Browse files Browse the repository at this point in the history
…sk (#1026)"

This reverts commit 050666f.
  • Loading branch information
nuclearsandwich authored Mar 15, 2024
1 parent 050666f commit 8d7da13
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ros_buildfarm/templates/devel/devel_task.Dockerfile.em
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,14 @@ RUN echo "@today_str"
RUN python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y git python3-yaml

@[if build_tool == 'colcon']@
RUN python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y python3-pip
@# colcon-core.package_identification.python needs at least setuptools 30.3.0
@# pytest-rerunfailures enables usage of --retest-until-pass
@(TEMPLATE(
'snippet/install_pytest-rerunfailures.Dockerfile.em',
os_name=os_name,
))@
RUN pip3 install -U setuptools==59.6.0
@[end if]@
RUN python3 -u /tmp/wrapper_scripts/apt.py update-install-clean -q -y ccache

Expand Down

0 comments on commit 8d7da13

Please sign in to comment.