Radix cross Linux Build System

Cross-platform build system is designed to build distributions of different operating systems for a set of target devices

74 Commits   2 Branches   2 Tags
Index: 3pp/app/rust/1.85.0/Makefile
===================================================================
--- 3pp/app/rust/1.85.0/Makefile	(revision 72)
+++ 3pp/app/rust/1.85.0/Makefile	(revision 73)
@@ -52,8 +52,8 @@
 
 $(build_target):
 	@echo -e "\n======= Installing CARGO $(version) binaries =======\n"
-	@CARGO_HOME=$(CARGO_HOME) RUSTUP_HOME=$(RUSTUP_HOME) \
-	  bash -c "curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs/?version=$(version) | sh -s -- -y --default-toolchain stable --profile default --no-modify-path 2>/dev/null"
+	@CARGO_HOME=$(CARGO_HOME) RUSTUP_HOME=$(RUSTUP_HOME) RUSTUP_INIT_SKIP_PATH_CHECK=yes \
+	  bash -c "curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs/?version=$(version) | sh -s -- --default-toolchain stable --profile default --no-modify-path --quiet -y"
 	@echo -e "\n======= Linking the RcL toolchain $(TOOLCHAIN_PATH) =======\n"
 	@CARGO_HOME=$(CARGO_HOME) RUSTUP_HOME=$(RUSTUP_HOME) PATH=$(CARGO_HOME)/bin:$PATH \
 	  rustup toolchain link RcL-$(version)-x86_64-unknown-linux-gnu $(TOOLCHAIN_PATH)