From df43cbbde37aeb82f5442d7848f18c30a26ace00 Mon Sep 17 00:00:00 2001 From: Tomas Orsava Date: Oct 24 2017 09:05:18 +0000 Subject: Temporarily turn off the tests, optimizations and debug build For faster development of the Platform-Python stack --- diff --git a/python3.spec b/python3.spec index 45c66ec..81f71ce 100644 --- a/python3.spec +++ b/python3.spec @@ -30,7 +30,7 @@ License: Python # Expensive optimizations (mainly, profile-guided optimizations) %ifarch %{ix86} x86_64 -%bcond_without optimizations +%bcond_with optimizations %else # On some architectures, the optimized build takes tens of hours, possibly # longer than Koji's 24-hour timeout. Disable optimizations here. @@ -38,14 +38,14 @@ License: Python %endif # Run the test suite in %%check -%bcond_without tests +%bcond_with tests # Ability to reuse RPM-installed pip using rewheel %bcond_without rewheel # Extra build for debugging the interpreter or C-API extensions # (the -debug subpackages) -%bcond_without debug_build +%bcond_with debug_build # Support for the GDB debugger %bcond_without gdb_hooks