mvukov / rules_ros2

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

Actually cache stuff #258

Closed lalten closed 8 months ago

lalten commented 8 months ago

I checked with bazel info and CI's output base is definitely still in ~/.cache/bazel/, so Bazel caching wasn't working for a while. It was removed in https://github.com/mvukov/rules_ros2/pull/33 -- I'm guessing by accident.

I also added the toolchain to the cache key to store the clang and gcc variants separately