commit | c2836ef78fe2c359ba491823117063138e4c9515 | [log] [tgz] |
---|---|---|
author | Zachary Leaf <zachary.leaf@arm.com> | Thu Oct 03 17:00:43 2024 +0100 |
committer | Zachary Leaf <zachary.leaf@arm.com> | Thu Oct 03 17:03:07 2024 +0100 |
tree | ec4365c37956897559891f5a7b5b993e0008ed0e | |
parent | e63445f46ed90a1d63450dae46246b341dfe0847 [diff] |
jammy-amd64-tf-a-build: use rust stable toolchain Change-Id: I6f9dc93ba0255fe1d48bf85e698051176c1732ce Signed-off-by: Zachary Leaf <zachary.leaf@arm.com>
diff --git a/jammy-amd64-tf-a-build/Dockerfile b/jammy-amd64-tf-a-build/Dockerfile index af17509..91e25c1 100644 --- a/jammy-amd64-tf-a-build/Dockerfile +++ b/jammy-amd64-tf-a-build/Dockerfile
@@ -113,6 +113,7 @@ RUN set -ex ;\ cargo install 'tokei@12.1.*' ;\ cargo install cargo-binutils ;\ + rustup default stable ;\ rustup target add aarch64-unknown-none ;\ rustup component add llvm-tools rustfmt