Skip to content

Commit

Permalink
Deprecate galactic and Sort output of library_generation (backport mi…
Browse files Browse the repository at this point in the history
…cro-ROS#879) (micro-ROS#880)

* Deprecate galactic and Sort output of library_generation (micro-ROS#879)

* Sort output of library_generation

Signed-off-by: acuadros95 <acuadros1995@gmail.com>

* Remove galactic from CI

Signed-off-by: acuadros95 <acuadros1995@gmail.com>

---------

Signed-off-by: acuadros95 <acuadros1995@gmail.com>
(cherry picked from commit 257f14d)

# Conflicts:
#	.github/workflows/library_generation.yml

* Fix conflicts

Signed-off-by: acuadros95 <acuadros1995@gmail.com>

---------

Signed-off-by: acuadros95 <acuadros1995@gmail.com>
Co-authored-by: Antonio Cuadros <49162117+Acuadros95@users.noreply.github.com>
Co-authored-by: acuadros95 <acuadros1995@gmail.com>
  • Loading branch information
3 people authored May 16, 2023
1 parent 425705a commit 8842217
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/library_generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
branch: foxy
- distro: rolling
branch: main
- distro: galactic
branch: galactic
- distro: humble
branch: humble
steps:
- uses: actions/checkout@v2
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ repositories:
control_msgs:
type: git
url: https://github.com/ros-controls/control_msgs
version: galactic-devel
version: humble
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ done
######## Generate extra files ########
find firmware/mcu_ws/ros2 \( -name "*.srv" -o -name "*.msg" -o -name "*.action" \) | awk -F"/" '{print $(NF-2)"/"$NF}' > /project/available_ros2_types
find firmware/mcu_ws/extra_packages \( -name "*.srv" -o -name "*.msg" -o -name "*.action" \) | awk -F"/" '{print $(NF-2)"/"$NF}' >> /project/available_ros2_types
# sort it so that the result order is reproducible
sort -o /project/available_ros2_types /project/available_ros2_types

cd firmware
echo "" > /project/built_packages
Expand Down

0 comments on commit 8842217

Please sign in to comment.