Skip to content

Commit

Permalink
hacky fix for armv7
Browse files Browse the repository at this point in the history
  • Loading branch information
paperbenni committed Jan 11, 2023
1 parent 7596f40 commit e1a5781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/gather-state.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

- name: Get active toolchain version
ansible.builtin.shell:
cmd: "rustup default | grep -Po '^.*?(?=-{{ ansible_architecture }})'"
cmd: "rustup default | sed 's/armv7l/armv7/g' | grep -Po '^.*?(?=-{{ ansible_architecture }})'"
register: rustup_default_output
environment:
RUSTUP_HOME: "{{ rustup_user_home }}/{{ rustup_home_suffix }}"
Expand Down

0 comments on commit e1a5781

Please sign in to comment.