On 2024-02-12 00:17, Jan Kiszka wrote:
On 06.02.24 16:47, 'Earl Chew' via EFI Boot Guard wrote:
            make check -j $(nproc)
+          make check-valgrind -j $(nproc)

This target is not generated in my setup. Configure reports

..
checking for valgrind... valgrind
checking for Valgrind tool memcheck... yes
..

What am I missing?

I confirmed that this passes on github.com:

https://github.com/earlchew/efibootguard/actions/runs/7787040735/workflow#L127

Apart from checking the versions of autoconf-archive,
autoconf, etc, the other part I found important is:

diff --git a/Makefile.am b/Makefile.am
index 3b05e7c..68c0f59 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,7 +15,7 @@
 # Copyright (C) 2013 Karel Zak <k...@redhat.com>
 #
-ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
+ACLOCAL_AMFLAGS = -I m4 --install ${ACLOCAL_FLAGS}
 AM_MAKEFLAGS = --no-print-directory
efibootguarddir = $(libdir)/efibootguard

Earl

--
You received this message because you are subscribed to the Google Groups "EFI Boot 
Guard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to efibootguard-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/efibootguard-dev/39085b6a-fa26-417d-9805-98862ce7487e%40yahoo.com.

Reply via email to