Skip to content

Commit 4589e0d

Browse files
authored
fix(ansible): update cumm/spconv binary version for DRIVE Thor comparibility (#7019)
fix(ansible): update cumm/spconv binary version Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
1 parent 57cadbd commit 4589e0d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ansible/roles/spconv/tasks/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- name: Download the cumm package
1111
ansible.builtin.get_url:
1212
mode: "0644"
13-
url: https://github.com/autowarefoundation/spconv_cpp/releases/download/spconv_v{{ spconv_version }}%2Bcumm_v{{ spconv_cumm_version }}%2Bcu128/cumm_{{ spconv_cumm_version }}_{{ spconv_normalized_arch }}{{ spconv_arch_suffix }}.deb
13+
url: https://github.com/autowarefoundation/spconv_cpp/releases/download/spconv_v{{ spconv_version }}%2Bcumm_v{{ spconv_cumm_version }}%2Bcu128-rev1/cumm_{{ spconv_cumm_version }}_{{ spconv_normalized_arch }}{{ spconv_arch_suffix }}.deb
1414
dest: /tmp/cumm.deb
1515

1616
- name: Install the cumm package
@@ -22,7 +22,7 @@
2222
- name: Download the spconv package
2323
ansible.builtin.get_url:
2424
mode: "0644"
25-
url: https://github.com/autowarefoundation/spconv_cpp/releases/download/spconv_v{{ spconv_version }}%2Bcumm_v{{ spconv_cumm_version }}%2Bcu128/spconv_{{ spconv_version }}_{{ spconv_normalized_arch }}{{ spconv_arch_suffix }}.deb
25+
url: https://github.com/autowarefoundation/spconv_cpp/releases/download/spconv_v{{ spconv_version }}%2Bcumm_v{{ spconv_cumm_version }}%2Bcu128-rev1/spconv_{{ spconv_version }}_{{ spconv_normalized_arch }}{{ spconv_arch_suffix }}.deb
2626
dest: /tmp/spconv.deb
2727

2828
- name: Install the spconv package

0 commit comments

Comments
 (0)