We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96b4be8 commit 4db0b85Copy full SHA for 4db0b85
pmdk.spec
@@ -385,7 +385,8 @@ echo "PMEM_FS_DIR_FORCE_PMEM=1" >> src/test/testconfig.sh
385
echo 'PMEMOBJ_CONF="sds.at_create=0"' >> src/test/testconfig.sh
386
echo 'TEST_BUILD="debug nondebug"' >> src/test/testconfig.sh
387
echo 'TEST_FS="pmem any none"' >> src/test/testconfig.sh
388
-make %{make_common_args} check
+echo "SKIP check step to speedup the build"
389
+# make %{make_common_args} check
390
391
%if 0%{?suse_version} >= 01315
392
%post -n libpmem%{?libmajor} -p /sbin/ldconfig
0 commit comments