File tree Expand file tree Collapse file tree
ansible/roles/spconv/tasks Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments