-
-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Windows build follow up and enable more Windows packages #143
Conversation
I tried to enable a couple new package, now failing with:
That I guess is already tracked in ros2-gbp/moveit_resources-release#1 . |
|
This is a consequence of conda-forge/libignition-gazebo-feedstock#59 (comment) and conda-forge/dartsim-feedstock#43 (comment) . |
It's very odd - on
This does not seem to happen here. I have no idea what the difference is. I already patched some other stuff in gazebo-ros2-control, see https://github.com/RoboStack/ros-humble/blob/main/patch/ros-humble-gazebo-ros2-control.patch Any idea what this one is about @traversaro? |
For reference, this is the related code in
where in particular the |
We use GitHub actions for both PRs and the main branches these days. We should add the cleanup path action to the generate gha script in vinca, maybe that would help? |
Good point, I forgot that. We already do something similar to that in ros-humble/.github/workflows/win.yml Lines 47 to 60 in e1cbca3
ros-humble/.github/workflows/win.yml Line 110 in e1cbca3
|
By the way, now also in the PR we have a similar (but different) failure:
|
It seems like this is the good old issue of a polluted global namespace, in this case |
Remove a regression of #141 .