aboutsummaryrefslogtreecommitdiff
path: root/development/rust/README.SLACKWARE
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2018-05-11 12:39:12 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-06-23 08:44:05 +0700
commit6102e6394875bc9da45f9424f4466dd7ec7654db (patch)
treea6818d2b2cce5d541e2662005439a82944998eed /development/rust/README.SLACKWARE
parent8c712cfc3c2e83d9dc1d0cba1ffd296b016dcf77 (diff)
development/rust: Updated for version 1.26.2.
This took longer than expected to get sorted out on my side. Building 1.26.2 from 1.25.0 on x86_64 was failing. I finally managed to track down a workaround and have added a patch for that. https://github.com/rust-lang/rust/issues/51698 Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'development/rust/README.SLACKWARE')
-rw-r--r--development/rust/README.SLACKWARE5
1 files changed, 3 insertions, 2 deletions
diff --git a/development/rust/README.SLACKWARE b/development/rust/README.SLACKWARE
index 2e925a7d465af..86a0449d9263c 100644
--- a/development/rust/README.SLACKWARE
+++ b/development/rust/README.SLACKWARE
@@ -16,8 +16,8 @@ Here is a rough guide to bootstrap rust completely from source:
* Build and install mrustc (from slackbuilds.org). You now have a fully
functional rust 1.19.0.
-* Now build for rust 1.20.0, 1.21.0, 1.22.1, 1.23.0, 1.24.1, and finally
- 1.25.0.
+* Now build for rust 1.20.0, 1.21.0, 1.22.1, 1.23.0, 1.24.1, 1.25.0, and finally
+ 1.26.2.
This slackbuild is currently compatible with each of those versions.
Since we are building completely from source, you only need the source
@@ -32,6 +32,7 @@ Example:
VERSION=1.23.0 FULL_BOOTSTRAP=no LOCAL_BOOTSTRAP=yes ./rust.SlackBuild
VERSION=1.24.1 FULL_BOOTSTRAP=no LOCAL_BOOTSTRAP=yes ./rust.SlackBuild
VERSION=1.25.0 FULL_BOOTSTRAP=no LOCAL_BOOTSTRAP=yes ./rust.SlackBuild
+ VERSION=1.26.2 FULL_BOOTSTRAP=no LOCAL_BOOTSTRAP=yes ./rust.SlackBuild
You might prefer to do a full bootstrap for 1.20.0, which is what mrustc's own
bootstrap script suggests. The versions after that do not need a full bootstrap.