Skip to content

Commit afe5b72

Browse files
authored
Fix CI
1 parent a4a8a68 commit afe5b72

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.github/workflows/testpr.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,6 @@ jobs:
9898
restore-keys: |
9999
${{ runner.os }}-${{ matrix.platform }}-pr-${{ github.event.pull_request.number }}-
100100
101-
- name: Do a full rebuild on macOS
102-
if: contains(matrix.os, 'macos')
103-
shell: bash -l {0}
104-
run: |
105-
rm -rf ${{ matrix.folder_cache }}/*
106-
107101
- name: See packages restored by cache
108102
shell: bash -l {0}
109103
run: |

tests/ros-humble-robot-state-publisher/robot_state_publisher_smoke_test_launch.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ def test_node_output(self, proc_output):
4545
expected_output="got segment", timeout=0.5, stream='stderr'
4646
)
4747

48+
# See https://github.com/RoboStack/ros-humble/pull/320#issuecomment-3078288316
49+
@unittest.skipIf(sys.platform == "darwin", "Post‑shutdown exit‑code is either -6 or -9 on macOS, do not check it.")
4850
@launch_testing.post_shutdown_test()
4951
class TestRobotStatePublisherPostShutdown(unittest.TestCase):
5052

vinca.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,6 @@ packages_select_by_deps:
272272
- system_modes # Micro-ROS
273273
- tf_transformations # DLu
274274
- marker-msgs # TUW Robotics
275-
- libg2o
276275
- motion_capture_tracking # IMRC Lab
277276
- moveit_resources
278277
# requested in https://github.com/RoboStack/ros-humble/pull/205
@@ -410,3 +409,6 @@ packages_select_by_deps:
410409
- ros_gz
411410
# Some nominmax/max macro problems on octomap-server, easy to fix with a bit of time
412411
- grid_map
412+
# error C2338: static_assert failed: 'N4971 [rand.util.seedseq]/7 requires the value type of the iterator
413+
# to be an unsigned type that is at least 32-bit.' [%SRC_DIR%\build\g2o\examples\sphere\create_sphere.vcxproj]
414+
- libg2o

0 commit comments

Comments
 (0)