]> git.droids-corp.org - dpdk.git/commit
ci: enable C++ check for Arm and PPC
authorStanislaw Kardach <kda@semihalf.com>
Tue, 21 Jun 2022 12:28:24 +0000 (14:28 +0200)
committerDavid Marchand <david.marchand@redhat.com>
Thu, 23 Jun 2022 12:26:16 +0000 (14:26 +0200)
commitc65e343c141d362ae00df717c9ce9af1f9310647
tree7223cd4ab7a5e7d03c473f8aa58753f05e22dc3f
parentf75dd6d3b1215c2e7cdbdc290b5789517c8cfe10
ci: enable C++ check for Arm and PPC

The crossbuild-essential-<arch> packages contain all necessary
dependencies to cross-compile binaries for a given architecture
including C and C++ compilers. Therefore use those instead of listing
packages directly. This way C++ compiler is also installed and C++
include checks will be checked in CI for ARM and PowerPC.

Cc: stable@dpdk.org
Signed-off-by: Stanislaw Kardach <kda@semihalf.com>
Reviewed-by: David Marchand <david.marchand@redhat.com>
.github/workflows/build.yml