Temporarily disable LLVM because it causes FTBFS due to LLVM
This commit is contained in:
parent
3e67d2418d
commit
e5fff85e61
@ -32,7 +32,7 @@
|
|||||||
%{!?beta:%global beta 0}
|
%{!?beta:%global beta 0}
|
||||||
|
|
||||||
%{!?test:%global test 1}
|
%{!?test:%global test 1}
|
||||||
%{!?llvmjit:%global llvmjit 1}
|
%{!?llvmjit:%global llvmjit 0}
|
||||||
%{!?external_libpq:%global external_libpq 0}
|
%{!?external_libpq:%global external_libpq 0}
|
||||||
%{!?upgrade:%global upgrade 1}
|
%{!?upgrade:%global upgrade 1}
|
||||||
%{!?plpython3:%global plpython3 1}
|
%{!?plpython3:%global plpython3 1}
|
||||||
@ -1262,8 +1262,8 @@ make -C postgresql-setup-%{setup_version} check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Jul 11 2023 František Zatloukal <fzatlouk@redhat.com> - 15.3-5
|
* Thu Jul 13 2023 Jitka Plesnikova <jplesnik@redhat.com> - 15.3-5
|
||||||
- Rebuilt for ICU 73.2
|
- Perl 5.38 re-rebuild
|
||||||
|
|
||||||
* Tue Jul 11 2023 Jitka Plesnikova <jplesnik@redhat.com> - 15.3-4
|
* Tue Jul 11 2023 Jitka Plesnikova <jplesnik@redhat.com> - 15.3-4
|
||||||
- Perl 5.38 rebuild
|
- Perl 5.38 rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user