tests/reproducible_build: Use --btf_features=all when encoding
commita9738ddc828d5ea0bc1d0817efa7f7b58d1e2841
authorArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 15 Apr 2024 17:26:33 +0000 (15 14:26 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 15 Apr 2024 17:51:21 +0000 (15 14:51 -0300)
tree8dbf91341ff8f0430210cdc7211b4b23bd0964c2
parentd7edf9ae0388fb973f7c6a7328a975a7dbd51b91
tests/reproducible_build: Use --btf_features=all when encoding

Alan suggested:

"What about adding --btf_features=all as this would mean we'd be
encoding all the standard kernel features? we'd need to do the same
below in the thread loop. without that we're missing out on a few
features that the kernel builds use in BTF encoding, and we probably
want to ensure that we're testing as close to a real kernel BTF encoding
scenario as possible."

Do it.

Suggested-by: Alan Maguire <alan.maguire@oracle.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Kui-Feng Lee <kuifeng@fb.com>
Cc: Thomas Weißschuh <linux@weissschuh.net>
Link: https://lore.kernel.org/lkml/3817fa6d-122f-4cbc-92be-616355ec04c2@oracle.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tests/reproducible_build.sh