Skip to content

Commit

Permalink
Flush rosdep cache
Browse files Browse the repository at this point in the history
  • Loading branch information
henningkayser committed Feb 18, 2022
1 parent 4db9014 commit d13e404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
AFTER_SETUP_DOWNSTREAM_WORKSPACE: vcs pull $BASEDIR/downstream_ws/src
# Clear the ccache stats before and log the stats after the build
BEFORE_BUILD_UPSTREAM_WORKSPACE: ccache -z
BEFORE_SETUP_ROSDEP: export ROSDISTRO_INDEX_URL=https://raw.githubusercontent.com/ros/rosdistro/rolling/2022-01-28/index-v4.yaml
BEFORE_SETUP_ROSDEP: export ROSDISTRO_INDEX_URL=https://raw.githubusercontent.com/ros/rosdistro/rolling/2022-01-28/index-v4.yaml; rm ~/.ros/rosdep/sources.cache/* ~/.ros/rosdep/meta.cache/*
AFTER_BUILD_TARGET_WORKSPACE: ccache -s
# Changing linker to lld as ld has a behavior where it takes a long time to finish
TARGET_CMAKE_ARGS: >
Expand Down

0 comments on commit d13e404

Please sign in to comment.