New commits:
commit 76f70a9a022989234e191edfd2cd68faee222f50
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
devel/rust: reenabled bootstrapping using system rust
diff --git a/devel/rust/BUILD b/devel/rust/BUILD
index 915348e..73a0df9 100755
--- a/devel/rust/BUILD
+++ b/devel/rust/BUILD
@@ -15,7 +15,7 @@ export CFLAGS CXXFLAGS &&
# /usr/bin/rustc will be missing its soversion. You cannot win.
# Maybe we need our own bootstrap packages. Or a chain build starting
# with the latest available cache.
-if false && spell_ok "$SPELL"; then
+if spell_ok "$SPELL"; then
_rust_root="$INSTALL_ROOT/usr"
else
_rust_root="$SOURCE_DIRECTORY/stage0-bootstrap" &&
@@ -47,4 +47,10 @@ sed -i "/BOOTSTRAP.*doc/d" Makefile &&
# Bootstrapping
# Installed rust will in general NOT WORK!
-if true || ! spell_ok "$SPELL"; then
+if ! spell_ok "$SPELL"; then
unpack_file 3 &&
unpack_file 4 &&
unpack_file 5
[SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (76f70a9a022989234e191edfd2cd68faee222f50),
Pavel Vinogradov, 09/12/2022