summaryrefslogtreecommitdiffstats
path: root/testing/source/rust/rust.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'testing/source/rust/rust.SlackBuild')
-rwxr-xr-xtesting/source/rust/rust.SlackBuild11
1 files changed, 4 insertions, 7 deletions
diff --git a/testing/source/rust/rust.SlackBuild b/testing/source/rust/rust.SlackBuild
index de8d941cf..480ec41c9 100755
--- a/testing/source/rust/rust.SlackBuild
+++ b/testing/source/rust/rust.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=rust
SRCNAM="${PKGNAM}c"
-VERSION=${VERSION:-1.64.0}
+VERSION=${VERSION:-1.65.0}
BUILD=${BUILD:-1}
# Set this to YES to build with the system LLVM, or NO to use the bundled LLVM.
@@ -34,9 +34,9 @@ BUILD=${BUILD:-1}
SYSTEM_LLVM=${SYSTEM_LLVM:-YES}
# Bootstrap variables (might not be kept updated for latest Rust):
-RSTAGE0_VERSION=${RSTAGE0_VERSION:-1.63.0}
-RSTAGE0_DIR=${RSTAGE0_DIR:-2022-08-11}
-CSTAGE0_VERSION=${CSTAGE0_VERSION:-1.63.0}
+RSTAGE0_VERSION=${RSTAGE0_VERSION:-1.64.0}
+RSTAGE0_DIR=${RSTAGE0_DIR:-2022-09-22}
+CSTAGE0_VERSION=${CSTAGE0_VERSION:-1.64.0}
CSTAGE0_DIR=${CSTAGE0_DIR:-$RSTAGE0_DIR}
# Automatically determine the architecture we're building on:
@@ -142,9 +142,6 @@ if [ "${SYSTEM_LLVM}" = "YES" ]; then
zcat $CWD/link_libffi.diff.gz | patch -p1 --verbose || exit 1
fi
-# Fix build with glibc-2.36:
-zcat $CWD/llvm.sanitizer_platform_limits_posix.cpp.glibc-2.36.diff.gz | patch -p1 --verbose || exit 1
-
if [ "$LOCAL_BOOTSTRAP" != "yes" ] ; then
# rust requires bootstrapping with the previous rust version.
# versions are defined in src/stage0.txt.