automation/alpine: add g++ to the list of build depends
authorRoger Pau Monne <roger.pau@citrix.com>
Mon, 1 Mar 2021 09:57:14 +0000 (10:57 +0100)
committerStefano Stabellini <sstabellini@kernel.org>
Tue, 9 Mar 2021 02:20:59 +0000 (18:20 -0800)
commit5ee8e367f26082fb02b40319a019c795571f3f8e
treebf0ced727bcfb3f44a9d506f96bc6f8a5664051f
parent60c0444fae2148452f9ed0b7c49af1fa41f8f522
automation/alpine: add g++ to the list of build depends

clang++ relies on the C++ headers installed by g++, or else a clang
build will hit the following error:

<built-in>:3:10: fatal error: 'cstring' file not found
#include "cstring"
         ^~~~~~~~~
1 error generated.
make[10]: *** [Makefile:120: headers++.chk] Error 1

Link: https://gitlab.alpinelinux.org/alpine/aports/-/issues/12492
Reported-by: Stefano Stabellini <sstabellini@kernel.org>
Signed-off-by: Roger Pau Monné <roger.pau@citrix.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
Release-Acked-by: Ian Jackson <iwj@xenproject.org>
automation/build/alpine/3.12.dockerfile