next: debug - to be reverted
Change-Id: I47befcc1afce92f1f939181cb0ce0de81ffc7563
Signed-off-by: Zachary Leaf <zachary.leaf@arm.com>
diff --git a/group/tf-next-build/qemu-next:nil b/group/tf-next-build/qemu-next:nil
index 93b1998..cc22c7f 100644
--- a/group/tf-next-build/qemu-next:nil
+++ b/group/tf-next-build/qemu-next:nil
@@ -5,6 +5,11 @@
# SPDX-License-Identifier: BSD-3-Clause
#
pre_tf_build() {
- make -C "$tf_root/rust"
- make -C "$tf_root/rust" clippy
+ echo $PATH
+ echo $USER
+ echo $RUSTUP_HOME
+ rustup default stable
+ rustup target add --toolchain stable aarch64-unknown-none
+ make -C "$tf_root/rust"
+ make -C "$tf_root/rust" clippy
}