summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-11-12 07:26:53 +0200
committerLars Wirzenius <liw@liw.fi>2023-11-12 07:26:53 +0200
commit7d76017dc09dcfbdf381208ebb89553b0ddc00af (patch)
treeeafa662fa6f78dd80b036b570812f35a138d9cac
parentd91c330cbf38d13e4510ec980490196089916c68 (diff)
downloadambient-build-vm-7d76017dc09dcfbdf381208ebb89553b0ddc00af.tar.gz
subplot.yml: add debugging to the Rust installation
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
-rw-r--r--subplot.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/subplot.yml b/subplot.yml
index a94aeb3..988795e 100644
--- a/subplot.yml
+++ b/subplot.yml
@@ -17,7 +17,11 @@
- name: "install rustup"
shell: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /tmp/rustup.sh
- sh /tmp/rustup.sh -y --no-modify-path
+ sh /tmp/rustup.sh -y --no-modify-path
+ export PATH="$HOME/.cargo/bin:$PATH"
+ rustup default stable
+ rustup show
+ rustc --version
vars:
ansible_python_interpreter: /usr/bin/python3