> -----Original Message-----
> From: Thomas Monjalon <[email protected]>
> Sent: Wednesday, April 15, 2020 2:20 PM
> To: [email protected]
> Cc: Richardson, Bruce <[email protected]>; Lukasz Wojciechowski
> <[email protected]>; Aaron Conole <[email protected]>;
> Ruifeng Wang <[email protected]>; David Marchand
> <[email protected]>; Gavin Hu <[email protected]>
> Subject: [PATCH v4] test: remove meson dependency on /proc file
>
> Meson is detecting the path /proc/sys/vm/nr_hugepages in the call to cat
> in app/test/meson.build and then adding it as a build dependency.
> This causes build loop if the timestamp of this file keeps changing.
>
> It is fixed by hiding hugepage check in a shell script.
>
> Fixes: 77784ef0fba8 ("test: allow no-huge mode for fast-tests")
>
> Signed-off-by: Thomas Monjalon <[email protected]>
> Tested-by: Lukasz Wojciechowski <[email protected]>
> Reviewed-by: Lukasz Wojciechowski <[email protected]>
> Acked-by: Aaron Conole <[email protected]>
> Reviewed-by: Ruifeng Wang <[email protected]>
> ---
>
Acked-by: Bruce Richardson <[email protected]>