diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2024-08-09 03:39:11 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2024-08-09 06:05:42 +0200 |
commit | 00adb5b0e054b1d72ab1d8df69c8d085a84586de (patch) | |
tree | f164292946d247f96fd7be46faa7d709288a9000 /source/d/rust/rust.SlackBuild | |
parent | f6f28eefcc5d1d4e4a74339d29c14002bcecfecf (diff) | |
download | current-00adb5b0e054b1d72ab1d8df69c8d085a84586de.tar.gz current-00adb5b0e054b1d72ab1d8df69c8d085a84586de.tar.xz |
Fri Aug 9 03:39:11 UTC 202420240809033911
a/exfatprogs-1.2.5-x86_64-1.txz: Upgraded.
ap/mpg123-1.32.7-x86_64-1.txz: Upgraded.
d/doxygen-1.12.0-x86_64-1.txz: Upgraded.
d/rust-1.80.0-x86_64-2.txz: Rebuilt.
profiler = true
sanitizers = true
Needed to compile Chromium. Thanks to alienBOB.
locked-deps = true
Don't try to download updated dependencies.
Diffstat (limited to 'source/d/rust/rust.SlackBuild')
-rwxr-xr-x | source/d/rust/rust.SlackBuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/source/d/rust/rust.SlackBuild b/source/d/rust/rust.SlackBuild index 0ad6a9152..8cd5135ee 100755 --- a/source/d/rust/rust.SlackBuild +++ b/source/d/rust/rust.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=rust SRCNAM="${PKGNAM}c" VERSION=${VERSION:-1.80.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # Set this to YES to build with the system LLVM, or NO to use the bundled LLVM. SYSTEM_LLVM=${SYSTEM_LLVM:-NO} @@ -169,6 +169,10 @@ tools = ["analysis", "cargo", "clippy", "rls", "rustfmt", "src", "rust-analyzer" submodules = false vendor = true extended = true +profiler = true +sanitizers = true +# Do not query new versions of dependencies online. +locked-deps = true [install] prefix = "/usr" |