]> git.pld-linux.org Git - packages/php-pecl-zstd.git/commitdiff
Disable online tests for pld-builders
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 19 Mar 2020 16:26:30 +0000 (18:26 +0200)
committerElan Ruusamäe <glen@pld-linux.org>
Thu, 19 Mar 2020 16:26:30 +0000 (18:26 +0200)
php-pecl-zstd.spec

index 25ad0f4c6cae99f0c62f8972cd84715ad1acf070..49666aa79a68b7aea576596ea1065c07a7170774 100644 (file)
@@ -3,6 +3,10 @@
 %bcond_without tests           # build without tests
 %bcond_without tests_online    # build without online tests
 
+%if 0%{?_pld_builder:1}
+%undefine      with_tests_online
+%endif
+
 %define                php_name        php%{?php_suffix}
 %define                modname zstd
 Summary:       %{modname} - Zstandard extension
This page took 0.129312 seconds and 4 git commands to generate.