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

A new commit has been pushed.

Repo   : rpms/fwupd
Branch : rawhide
Commit : 4c549dc60b23c4fba2a56e327f71907f1f4c3154
Author : Richard Hughes <rhughes@fedoraproject.org>
Date   : 2026-06-24T13:28:26+00:00
Stats  : +6/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/fwupd/c/4c549dc60b23c4fba2a56e327f71907f1f4c3154?branch=rawhide

Log:
Merge #18 `Add a meson option for Valgrind.`

---
diff --git a/fwupd.spec b/fwupd.spec
index fd88bc2..2346e7e 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 \

diff --git a/fwupd.spec b/fwupd.spec
index 7288852..2346e7e 100644
--- a/fwupd.spec
+++ b/fwupd.spec
@@ -16,7 +16,7 @@
 %global enable_dummy 1
 
 # fwupd.efi is only available on these arches
-%ifarch x86_64 aarch64 riscv64
+%ifarch x86_64 aarch64 riscv64 loongarch64
 %global have_uefi 1
 %endif
 

^ 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: Merge #18 `Add a meson option for Valgrind.` Richard Hughes

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