Alexander Hans

Results 54 comments of Alexander Hans

> since ROS 2 Humble officially only supports 3.10. Looks like I have to take back that part. Ubuntu 20.04 is still supported as a Tier 3 platform, so Humble...

> Heads up about moving away from `rules_python`. From my understanding internal Python rules are deprecated and are moved to `rules_python` as Starlark-based definitions in Bazel 7. My wording was...

Good to see those numbers. Also explains the runtime differences somewhat. I find it quite surprising that there are such differences in the inputs. This is the result I get:...

> Just curious, why do you patch this repo at the moment? You could juse pass target argument to https://github.com/mvukov/rules_ros2/blob/main/ros2/py_defs.bzl#L8. I actually tried that, but Bazel told me I was...

> Could also just remove this: > > [rules_ros2/.bazelrc](https://github.com/mvukov/rules_ros2/blob/b8695fb1a87faabefd8bb66d1fbae93bc9250dd8/.bazelrc#L43-L44) > > Lines 43 to 44 in [b8695fb](/mvukov/rules_ros2/commit/b8695fb1a87faabefd8bb66d1fbae93bc9250dd8) > > # Don't bother building targets which aren't dependencies of the tests....

This could be doing the trick: ``` bazel query '//external:*' | grep ":ros2_" | sed 's#//external:\(ros2_.*\)#\@\1//...#' | xargs bazel build ``` In addition to the issues with empty globs, there...

> I made and merged [#433](https://github.com/mvukov/rules_ros2/pull/433). More fixes to come up in follow-ups. Thanks, although I would have preferred to work with you on my PR (#432) to find a...

@jwnrt Thanks for your effort, sounds like a good solution to me. @UebelAndre Could you take another look, so we can merge this PR? The issue blocks the transition of...

> With the current setup, I am approaching the limit of the free 3000 mins/month for gh actions. For public repos, [no such limits apply](https://docs.github.com/en/actions/administering-github-actions/usage-limits-billing-and-administration#about-billing-for-github-actions): > GitHub Actions usage is...