Skip to content

Commit

Permalink
Revert "tooling: Fix building on Ubuntu 23.10 (mantic)"
Browse files Browse the repository at this point in the history
This reverts commit d9a0831.
  • Loading branch information
eigendude committed May 7, 2024
1 parent 9a862e1 commit dfe45c9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
5 changes: 0 additions & 5 deletions oasis_tooling/scripts/depinstall_oasis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,6 @@ if [[ "${OSTYPE}" != "darwin"* ]]; then
build-essential \
ccache \
git \
python3-pip \

# python3-rosdep is no longer an Ubuntu package, so install via pip
sudo python3 -m pip install --upgrade pip || :
sudo python3 -m pip install --upgrade --break-system-packages rosdep

# Install vbetool
if [[ ${PLATFORM_ARCH} == i*86 ]] || [[ ${PLATFORM_ARCH} == x86_64 ]]; then
Expand Down
5 changes: 0 additions & 5 deletions oasis_tooling/scripts/depinstall_oasis_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,6 @@ if [[ "${OSTYPE}" != "darwin"* ]]; then
build-essential \
ccache \
git \
python3-pip \

# python3-rosdep is no longer an Ubuntu package, so install via pip
sudo python3 -m pip install --upgrade pip || :
sudo python3 -m pip install --upgrade --break-system-packages rosdep

# TODO: image_transport needs libtinyxml2-dev indirectly
sudo apt install -y libtinyxml2-dev
Expand Down
4 changes: 0 additions & 4 deletions oasis_tooling/scripts/depinstall_ros2_desktop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,6 @@ if [[ "${OSTYPE}" != "darwin"* ]]; then
python3-pip \
wget \

# python3-rosdep is no longer an Ubuntu package, so install via pip
sudo python3 -m pip install --upgrade pip || :
sudo python3 -m pip install --upgrade --break-system-packages rosdep

# Install Fast-RTPS dependencies
sudo apt install -y --no-install-recommends \
libasio-dev \
Expand Down

0 comments on commit dfe45c9

Please sign in to comment.