ci: enable C++ check for RISC-V
authorStanislaw Kardach <kda@semihalf.com>
Thu, 9 Jun 2022 12:17:01 +0000 (14:17 +0200)
committerDavid Marchand <david.marchand@redhat.com>
Wed, 15 Jun 2022 07:12:19 +0000 (09:12 +0200)
commit04198bace0bd9cb8615445c0ea04459b17a49402
treebaf723361dd9ea31402687b798958f95be6f8ad1
parentb13fb775834c690c433de9397dee9e87a32503eb
ci: enable C++ check for RISC-V

The current packages installed for RISC-V build check do not contain a
C++ compiler, which hid an issue with C++ type conversion in the
rte_vect.h header on RISC-V or in the scalar implementation of the LPM
x4 lookup. Now that this issue is fixed, use the full toolchain install
to enable the C++ test.

Besides, the user's guide for RISC-V cross-compilation recommends the
use of crossbuild-essential-riscv64.

Signed-off-by: Stanislaw Kardach <kda@semihalf.com>
Reviewed-by: David Marchand <david.marchand@redhat.com>
Acked-by: Aaron Conole <aconole@redhat.com>
.github/workflows/build.yml