ros / resource_retriever

Package used to retrieve resources of different kinds, e.g. http://, file://, the ROS specific package://, etc.
8 stars 42 forks source link

Update to curl 7.81. #74

Closed clalancette closed 2 years ago

clalancette commented 2 years ago

While we are in here, make sure to disable libgsasl (this quiets a warning), and also add a dependency on "file" (this also disables a warning).

Signed-off-by: Chris Lalancette clalancette@openrobotics.org

Not only does this get us up-to-date with the version in Ubuntu 22.04, it also should fix a build error with the https://ci.ros2.org/view/nightly/job/nightly_linux_clang_libcxx/ jobs.

clalancette commented 2 years ago

CI:

clalancette commented 2 years ago

Linux Clang is still failing to build, but if you look closely you'll notice that both libcurl_vendor, and its dependent resource_retriever build now. So this seems like strictly an improvement over the previous state.