mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-17 10:21:17 +02:00
When bootstrapping glibc installs headers but is not built. However a native tool, cross-rpcgen, must be built in order to generate rpcsvc header files. By skipping directly to `make headers-install` the tool winds up getting built during src_install, building as root instead of the portage user and so on. Although uncommon this may lead to permission issues with ccache.
Description
Languages
Shell
93%
Python
6.9%