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