New commits:
commit 552947eb207db0d48d7102cb08355321df42d7ac
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
devel/rust: disabled usage of ninja and building of lld
diff --git a/devel/rust/BUILD b/devel/rust/BUILD
index 8d27ca3..c982634 100755
--- a/devel/rust/BUILD
+++ b/devel/rust/BUILD
@@ -45,6 +45,8 @@ message "${MESSAGE_COLOR}OPTS=$OPTS${DEFAULT_COLOR}" &&
# toolchain from rust CI and to set user profile
sed -e "s;profile =.*;profile = 'user';" \
-e '/^\[llvm\]/adownload-ci-llvm = false' \
+ -e '/^\[rust\]/alld = false' \
+ -e '/^\[llvm\]/aninja = false' \
-e '/^\[build\]/aoptimized-compiler-builtins = false' -i config.toml &&
export CARGO_HOME="$SOURCE_DIRECTORY/cargo_home" &&
diff --git a/devel/rust/HISTORY b/devel/rust/HISTORY
index 2deadc1..0fe5298 100644
--- a/devel/rust/HISTORY
+++ b/devel/rust/HISTORY
@@ -1,5 +1,6 @@
`2024-09-06 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.81.0
+ * BUILD: disabled usage of ninja and building of lld
2024-08-08 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.80.1
[[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (552947eb207db0d48d7102cb08355321df42d7ac),
Pavel Vinogradov, 09/06/2024