Skip to content

Commit eb8bfdc

Browse files
authored
Remove source builds of geometric_shapes and srdfdom (#3233)
1 parent 79b6f9e commit eb8bfdc

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
moveit2.repos
4040
$(f="moveit2_$(sed 's/-.*$//' <<< "${{ matrix.env.IMAGE }}").repos"; test -r $f && echo $f)
4141
# Pull any updates to the upstream workspace (after restoring it from cache)
42-
AFTER_SETUP_UPSTREAM_WORKSPACE: apt remove -y ros-$ROS_DISTRO-geometric-shapes; vcs pull $BASEDIR/upstream_ws/src
42+
AFTER_SETUP_UPSTREAM_WORKSPACE: vcs pull $BASEDIR/upstream_ws/src
4343
AFTER_SETUP_DOWNSTREAM_WORKSPACE: vcs pull $BASEDIR/downstream_ws/src
4444
# Clear the ccache stats before and log the stats after the build
4545
AFTER_SETUP_CCACHE: ccache --zero-stats --max-size=10.0G

moveit2.repos

-8
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
repositories:
22
# Keep moveit_* repos here because they are released with moveit
3-
geometric_shapes:
4-
type: git
5-
url: https://github.com/moveit/geometric_shapes.git
6-
version: ros2
73
moveit_msgs:
84
type: git
95
url: https://github.com/moveit/moveit_msgs.git
@@ -12,7 +8,3 @@ repositories:
128
type: git
139
url: https://github.com/moveit/moveit_resources.git
1410
version: ros2
15-
srdfdom:
16-
type: git
17-
url: https://github.com/moveit/srdfdom.git
18-
version: ros2

0 commit comments

Comments
 (0)