Re: [PATCH] Add .cirrus.yml for FreeBSD build

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



On Wed, 20 Nov 2019 at 16:11, Ed Maste <emaste@xxxxxxxxxxxxxxxxxxxx> wrote:
>
> From: Ed Maste <emaste@xxxxxxxxxxx>
>
> Right now this is just a build test for FreeBSD, along with a Linux build
> and "make check."  A later change will add "gmake check" for FreeBSD.

Adding a test_script invoking gmake check is easy, but I'm currently
tripping over a problem where a dependency on valgrind/memcheck.h
appears even though valgrind is not in use:

% gmake check
        CHK version_gen.h
         CC tests/get_mem_rsv.o
gmake: *** No rule to make target 'valgrind/memcheck.h', needed by
'tests/testutils.o'.  Stop.

I worked around it for now by letting the first "gmake check" fail and
then deleting the dependency, at which point the test proceeds and
passes.
gmake check || true
sed -i '' 's?valgrind/memcheck.h??' tests/testutils.d

I'll try to look into what's causing the dependency.



[Index of Archives]     [Device Tree]     [Device Tree Spec]     [Linux Driver Backports]     [Video for Linux]     [Linux USB Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]

  Powered by Linux