Skip to Content.
Sympa Menu

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

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
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (824ffa71d3fdb166717c2641e0a19eb3ee493261)
  • Date: Fri, 20 May 2022 00:06:31 +0000

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

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

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

Archive powered by MHonArc 2.6.24.

Top of Page