diff options
-rw-r--r-- | php-pecl-datadog-trace.spec | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/php-pecl-datadog-trace.spec b/php-pecl-datadog-trace.spec index 9831be2..604d870 100644 --- a/php-pecl-datadog-trace.spec +++ b/php-pecl-datadog-trace.spec @@ -13,6 +13,9 @@ %global _root_bindir %{_bindir} %endif +# to much issues with test suite and parallel builds +%bcond_with tests + # TODO: build for EL-8 and EL-9 # see https://rpms.remirepo.net/rpmphp/zoom.php?rpm=rust # if needed, build using --enablerepo=stream @@ -30,8 +33,6 @@ %global sources %{proj_name}-%{version} %global _configure ../%{sources}/configure -%bcond_without tests - Summary: APM and distributed tracing for PHP Name: %{?scl_prefix}php-pecl-datadog-trace Version: 0.92.0 |