Skip to content

Commit

Permalink
Enable rolling agent (micro-ROS#479)
Browse files Browse the repository at this point in the history
* Enable rolling agent

Signed-off-by: Pablo Garrido <[email protected]>

* Install python3.9-dev

Signed-off-by: Pablo Garrido <[email protected]>

* Fix

Signed-off-by: Pablo Garrido <[email protected]>
  • Loading branch information
pablogs9 authored Mar 30, 2022
1 parent 1f4715f commit 91ed371
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
- name: dependencies
run: |
apt update
# Workaround. Remove when https://discourse.ros.org/t/preparing-for-rolling-sync-delayed-by-python-3-10-transition/24521 solved
apt install -y python3.9-dev
apt install -y python3-colcon-metadata python3-pip
rosdep update --os=ubuntu:jammy --rosdistro $ROS_DISTRO
rosdep install --os=ubuntu:jammy -y --from-paths src --ignore-src -y
Expand Down Expand Up @@ -191,6 +193,8 @@ jobs:
- name: Dependencies
run: |
apt update
# Workaround. Remove when https://discourse.ros.org/t/preparing-for-rolling-sync-delayed-by-python-3-10-transition/24521 solved
apt install -y python3.9-dev
# Install last version of CMake
apt install -y apt-transport-https ca-certificates gnupg software-properties-common wget
wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | gpg --dearmor - | sudo tee /etc/apt/trusted.gpg.d/kitware.gpg >/dev/null
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -372,8 +372,8 @@ jobs:
include:
- distro: foxy
branch: foxy
# - distro: rolling
# branch: main
- distro: rolling
branch: main
- distro: galactic
branch: galactic

Expand Down

0 comments on commit 91ed371

Please sign in to comment.