Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (552947eb207db0d48d7102cb08355321df42d7ac)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (552947eb207db0d48d7102cb08355321df42d7ac)
  • Date: Sat, 7 Sep 2024 03:43:12 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

devel/rust/BUILD | 2 ++
devel/rust/HISTORY | 1 +
2 files changed, 3 insertions(+)

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

Archive powered by MHonArc 2.6.24.

Top of Page