libmodulemd/libmodulemd-disable-valgrind-test-for-build.patch

29 lines
665 B
Diff
Raw Normal View History

2020-07-29 10:49:52 +08:00
From 31383ba84f9a2fa1bcae6a38e5a43dd3abdee587 Mon Sep 17 00:00:00 2001
From: sherlock2010 <15151851377@163.com>
Date: Sat, 25 Jul 2020 15:07:47 +0800
Subject: [PATCH 2/2] decond commit
2019-12-13 15:38:02 +08:00
---
2020-07-29 10:49:52 +08:00
modulemd/meson.build | 4 ++--
2019-12-13 15:38:02 +08:00
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/modulemd/meson.build b/modulemd/meson.build
2020-07-29 10:49:52 +08:00
index 8b3d543..b9d7549 100644
2019-12-13 15:38:02 +08:00
--- a/modulemd/meson.build
+++ b/modulemd/meson.build
2020-07-29 10:49:52 +08:00
@@ -48,9 +48,9 @@ endif
if developer_build
valgrind = find_program('valgrind')
2019-12-13 15:38:02 +08:00
2020-07-29 10:49:52 +08:00
- if not valgrind.found()
+# if not valgrind.found()
valgrind = disabler()
- endif
+# endif
else
2019-12-13 15:38:02 +08:00
valgrind = disabler()
2020-07-29 10:49:52 +08:00
endif
2019-12-13 15:38:02 +08:00
--
2020-07-29 10:49:52 +08:00
1.8.3.1
2019-12-13 15:38:02 +08:00