mvukov / rules_ros2

Build ROS 2 with Bazel
Apache License 2.0
81 stars 45 forks source link

Use hedronvision boringssl to match rules_boost #198

Closed kgreenek closed 10 months ago

kgreenek commented 11 months ago

Fixes https://github.com/mvukov/rules_ros2/issues/191 Fixes https://github.com/mvukov/rules_ros2/issues/197

This PR removes the internal build file for openssl. Instead, now rules_ros2 uses the hedronvision repository for the @openssl target. This fixes a linker error with the previous BUILD file. It also ensures rules_ros2 stays in sync with rules_boost since they are both using the same BUILD file now for openssl.