[dpdk-dev] [PATCH v3 0/5] more build tests
Ferruh Yigit
ferruh.yigit at intel.com
Wed Sep 15 22:27:01 CEST 2021
On 8/8/2021 1:51 PM, Thomas Monjalon wrote:
> While testing more build types, some errors occur.
>
> v3: fix minsize build with GCC
> v2: fix init of var buildtype
>
> Thomas Monjalon (5):
> net/qede: fix minsize build
> regex/mlx5: fix minsize build
> vdpa/mlx5: fix minsize build
> test/crypto: fix minsize build
> devtools: test different build types
>
> app/test/test_cryptodev_blockcipher.c | 2 +-
> devtools/test-meson-builds.sh | 19 +++++++++++++------
> drivers/net/qede/qede_rxtx.c | 3 ++-
> drivers/regex/mlx5/mlx5_regex_fastpath.c | 3 ++-
> drivers/vdpa/mlx5/mlx5_vdpa_mem.c | 4 ++--
> 5 files changed, 20 insertions(+), 11 deletions(-)
>
With the 'test-meson-builds.sh' update (patch 5/5) clang crashes for me [1], it
can be related to my environment but I can reproduce the issue 100%.
When the patch 5/5 is dropped, I confirm it builds fine with
'--buildtype=minsize' meson option.
So _only for first four patches_:
Tested-by: Ferruh Yigit <ferruh.yigit at intel.com>
[1]
FAILED: drivers/libtmp_rte_crypto_ccp.a.p/crypto_ccp_ccp_dev.c.o
clang-12: error: clang frontend command failed with exit code 70 (use -v to see
invocation)
More information about the dev
mailing list