From 2bda63b681ac669f99a628ff97790cb00e7a33055f6cb46705fc84b98466eae1 Mon Sep 17 00:00:00 2001 From: Luke Jones Date: Fri, 22 Mar 2019 00:05:38 +0000 Subject: [PATCH] Accepting request 687478 from home:luke_nukem:branches:devel:languages:rust - Explicitly build only a subset of tools OBS-URL: https://build.opensuse.org/request/show/687478 OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust?expand=0&rev=206 --- rust.changes | 5 +++++ rust.spec | 5 +---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/rust.changes b/rust.changes index e7cffb8..38a7a17 100644 --- a/rust.changes +++ b/rust.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 22 00:02:26 UTC 2019 - Luke Jones + +- Explicitly build only a subset of tools + ------------------------------------------------------------------- Sat Mar 16 01:19:22 UTC 2019 - Luke Jones diff --git a/rust.spec b/rust.spec index 6289d08..a8663bf 100644 --- a/rust.spec +++ b/rust.spec @@ -395,8 +395,8 @@ chmod +x src/libcore/unicode/printable.py --disable-rpath \ %{debug_info} \ %{codegen_units} \ - --enable-extended \ --enable-vendor \ + --tools="cargo","rls","clippy","rustfmt","analysis","src" \ --release-channel="stable" # Sometimes we may be rebuilding with the same compiler, @@ -484,9 +484,6 @@ ln -sT ../rust/html/cargo/ %{buildroot}%{_docdir}/cargo/html install -D %{buildroot}%{_sysconfdir}/bash_completion.d/cargo %{buildroot}%{_datadir}/bash-completion/completions/cargo # There should be nothing here at all rm -rf %{buildroot}%{_sysconfdir} -# miri is experimental, we should not package it -rm -rf %{buildroot}%{_bindir}/miri -rm -rf %{buildroot}%{_bindir}/cargo-miri %post -p /sbin/ldconfig %postun -p /sbin/ldconfig