mvukov / rules_ros2

Build ROS 2 with Bazel
Apache License 2.0
76 stars 42 forks source link

Fix stripped prefix of iceoryx #272

Closed thomasegriffith closed 5 months ago

thomasegriffith commented 5 months ago

Fix issue where iceoryx is being pulled down as version 2.0.5, but we are stripping 2.0.3, which causes build errors like Prefix "iceoryx-2.0.3" was given, but not found in the archive. Here are possible prefixes for this archive: "iceoryx-2.0.5". This changed the version that is being stripped from 2.0.3 to 2.0.5.