Rebuild f34 with LLVM 12.
This commit is contained in:
parent
a8550e8fec
commit
078a6925f5
10
rust.spec
10
rust.spec
@ -53,7 +53,7 @@
|
|||||||
|
|
||||||
Name: rust
|
Name: rust
|
||||||
Version: 1.52.1
|
Version: 1.52.1
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: The Rust Programming Language
|
Summary: The Rust Programming Language
|
||||||
License: (ASL 2.0 or MIT) and (BSD and MIT)
|
License: (ASL 2.0 or MIT) and (BSD and MIT)
|
||||||
# ^ written as: (rust itself) and (bundled libraries)
|
# ^ written as: (rust itself) and (bundled libraries)
|
||||||
@ -171,11 +171,6 @@ BuildRequires: cmake >= 2.8.11
|
|||||||
%if 0%{?epel} == 7
|
%if 0%{?epel} == 7
|
||||||
%global llvm llvm9.0
|
%global llvm llvm9.0
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?fedora} == 34
|
|
||||||
# aarch64 is hanging with LLVM 12-rc1, but it's fine with 12-final on rawhide.
|
|
||||||
# Fall back to LLVM 11 on f34 for now...
|
|
||||||
%global llvm llvm11
|
|
||||||
%endif
|
|
||||||
%if %defined llvm
|
%if %defined llvm
|
||||||
%global llvm_root %{_libdir}/%{llvm}
|
%global llvm_root %{_libdir}/%{llvm}
|
||||||
%else
|
%else
|
||||||
@ -737,6 +732,9 @@ export %{rust_env}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 14 2021 Josh Stone <jistone@redhat.com> - 1.52.1-2
|
||||||
|
- Rebuild f34 with LLVM 12.
|
||||||
|
|
||||||
* Mon May 10 2021 Josh Stone <jistone@redhat.com> - 1.52.1-1
|
* Mon May 10 2021 Josh Stone <jistone@redhat.com> - 1.52.1-1
|
||||||
- Update to 1.52.1.
|
- Update to 1.52.1.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user