File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ _commands:
33
33
- restore_cache :
34
34
name : Restore Cache << parameters.key >>
35
35
keys :
36
- - " << parameters.key >>-v20 \
36
+ - " << parameters.key >>-v21 \
37
37
-{{ arch }}\
38
38
-{{ .Branch }}\
39
39
-{{ .Environment.CIRCLE_PR_NUMBER }}\
40
40
-{{ checksum \" << parameters.workspace >>/lockfile.txt\" }}"
41
- - " << parameters.key >>-v20 \
41
+ - " << parameters.key >>-v21 \
42
42
-{{ arch }}\
43
43
-main\
44
44
-<no value>\
@@ -58,7 +58,7 @@ _commands:
58
58
steps :
59
59
- save_cache :
60
60
name : Save Cache << parameters.key >>
61
- key : " << parameters.key >>-v20 \
61
+ key : " << parameters.key >>-v21 \
62
62
-{{ arch }}\
63
63
-{{ .Branch }}\
64
64
-{{ .Environment.CIRCLE_PR_NUMBER }}\
@@ -96,6 +96,11 @@ _commands:
96
96
(echo vcs_export && cat) >> lockfile.txt
97
97
sha256sum $PWD/lockfile.txt >> lockfile.txt
98
98
99
+ # Temp: Rolling transition to 24.04 leaves rosdep in 22.04 in the lurch
100
+ # This replaces main rosdep index with the last prior to release: Feb 28, 2024
101
+ sed -i "s|ros\/rosdistro\/master|ros\/rosdistro\/rolling\/2024-02-28|" /etc/ros/rosdep/sources.list.d/20-default.list
102
+ export ROSDISTRO_INDEX_URL=https://raw.githubusercontent.com/ros/rosdistro/rolling/2024-02-28/index-v4.yaml
103
+
99
104
apt-get update
100
105
rosdep update --rosdistro $ROS_DISTRO
101
106
dependencies=$(
You can’t perform that action at this time.
0 commit comments