Roger Pau Monne writes ("[PATCH for-4.15] 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
>
> Reported-by: Stefano Stabellini <[email protected]>
> Signed-off-by: Roger Pau Monné <[email protected]>
> ---
> Cc: Ian Jackson <[email protected]>
> No real risk here from a release PoV, it's just pulling a package
> required for the Alpine clang build. Worse that cold happen is that
> the Alpine clang build broke, but it's already broken.
Release-Acked-by: Ian Jackson <[email protected]>