public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fwupd] rawhide: Add a meson option for Valgrind.
@ 2026-06-24 13:28 Sun Haiyong
  0 siblings, 0 replies; only message in thread
From: Sun Haiyong @ 2026-06-24 13:28 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/fwupd
Branch : rawhide
Commit : 7c679af20853fb2df5fb2aa3ee960c88566a3830
Author : Sun Haiyong <sunhaiyong@zdbr.net>
Date   : 2026-06-24T16:54:34+08:00
Stats  : +5/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/fwupd/c/7c679af20853fb2df5fb2aa3ee960c88566a3830?branch=rawhide

Log:
Add a meson option for Valgrind.

---
diff --git a/fwupd.spec b/fwupd.spec
index dfc6c8e..7288852 100644
--- a/fwupd.spec
+++ b/fwupd.spec
@@ -190,6 +190,11 @@ or server machines.
 %else
     -Dhsi=disabled \
 %endif
+%ifarch %{valgrind_arches}
+    -Dvalgrind=enabled \
+%else
+    -Dvalgrind=disabled \
+%endif
     -Dman=true \
     -Dsystemd_unit_user="" \
     -Dbluez=enabled \

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-24 13:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-24 13:28 [rpms/fwupd] rawhide: Add a meson option for Valgrind Sun Haiyong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox