Bootstrap, disable tests, optimizations
This commit is contained in:
parent
00bb7bddf2
commit
2266a26125
@ -40,7 +40,7 @@ License: Python
|
|||||||
|
|
||||||
# Expensive optimizations (mainly, profile-guided optimizations)
|
# Expensive optimizations (mainly, profile-guided optimizations)
|
||||||
%ifarch %{ix86} x86_64
|
%ifarch %{ix86} x86_64
|
||||||
%bcond_without optimizations
|
%bcond_with optimizations
|
||||||
%else
|
%else
|
||||||
# On some architectures, the optimized build takes tens of hours, possibly
|
# On some architectures, the optimized build takes tens of hours, possibly
|
||||||
# longer than Koji's 24-hour timeout. Disable optimizations here.
|
# longer than Koji's 24-hour timeout. Disable optimizations here.
|
||||||
@ -48,7 +48,7 @@ License: Python
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Run the test suite in %%check
|
# Run the test suite in %%check
|
||||||
%bcond_without tests
|
%bcond_with tests
|
||||||
|
|
||||||
# Ability to reuse RPM-installed pip using rewheel
|
# Ability to reuse RPM-installed pip using rewheel
|
||||||
%if %{with flatpackage}
|
%if %{with flatpackage}
|
||||||
@ -1559,7 +1559,7 @@ CheckPython optimized
|
|||||||
%changelog
|
%changelog
|
||||||
* Tue Jun 12 2018 Miro Hrončok <mhroncok@redhat.com> - 3.7.0-0.20.rc1
|
* Tue Jun 12 2018 Miro Hrončok <mhroncok@redhat.com> - 3.7.0-0.20.rc1
|
||||||
- Update to 3.7.0rc1
|
- Update to 3.7.0rc1
|
||||||
- Bootstrap, disable rewheel
|
- Bootstrap, disable rewheel, tests, optimizations
|
||||||
|
|
||||||
* Mon Apr 23 2018 Miro Hrončok <mhroncok@redhat.com> - 3.6.5-4
|
* Mon Apr 23 2018 Miro Hrončok <mhroncok@redhat.com> - 3.6.5-4
|
||||||
- Fix multiprocessing regression on newer glibcs
|
- Fix multiprocessing regression on newer glibcs
|
||||||
|
Loading…
Reference in New Issue
Block a user