Skip to content

Commit

Permalink
Unpin rust version
Browse files Browse the repository at this point in the history
I've finally found a reliable way to get cross to play nicely with
arbitrary rust versions. So we can remove this pin which was really a
patch for a local machine issue.
  • Loading branch information
jkilpatr committed Sep 17, 2024
1 parent 6cdb224 commit 76f6366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/prepare-sources/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
when: apply_patches

- name: Update Rust
shell: "{{ansible_env.HOME}}/.cargo/bin/rustup default 1.80; {{ansible_env.HOME}}/.cargo/bin/rustup update"
shell: "{{ansible_env.HOME}}/.cargo/bin/rustup update"

- name: Grab rust targets for hardware profile
command: "{{ansible_env.HOME}}/.cargo/bin/rustup target add {{rust_target}}"
Expand Down

0 comments on commit 76f6366

Please sign in to comment.