New commits:
commit 824ffa71d3fdb166717c2641e0a19eb3ee493261
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>
devel/rust: don't fail installation if any of the tools failed to compile
diff --git a/devel/rust/BUILD b/devel/rust/BUILD
index 87b9ad9..82e6550 100755
--- a/devel/rust/BUILD
+++ b/devel/rust/BUILD
@@ -32,6 +32,7 @@ message "${MESSAGE_COLOR}OPTS=$OPTS${DEFAULT_COLOR}" &&
--enable-locked-deps \
--enable-vendor \
--enable-extended \
+ --enable-missing-tools \
--disable-docs \
--enable-llvm-link-shared \
--llvm-root=$INSTALL_ROOT/usr --disable-llvm-version-check
--disable-codegen-tests \
diff --git a/devel/rust/HISTORY b/devel/rust/HISTORY
index 23231bd..55c0f86 100644
--- a/devel/rust/HISTORY
+++ b/devel/rust/HISTORY
@@ -1,5 +1,7 @@
2022-05-19 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.61.0
+ * BUILD: added option to continue building/installing if any of the
tools
+ failed to compile
2022-04-07 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.60.0
[SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (824ffa71d3fdb166717c2641e0a19eb3ee493261),
Pavel Vinogradov, 05/19/2022