Merge pull request #1882 from flatcar-linux/krnowak/drop-build-id

profiles: Work around the build-id collisions
This commit is contained in:
Krzesimir Nowak 2022-05-12 16:28:07 +02:00 committed by GitHub
commit 30a70b7596

View File

@ -78,9 +78,11 @@ CONFIG_PROTECT="
# Remove libtool .la files for non-plugin libraries. # Remove libtool .la files for non-plugin libraries.
# Remove Gentoo init files since we use systemd. # Remove Gentoo init files since we use systemd.
# Remove build-id, there is some issue with it causing collisions.
INSTALL_MASK=" INSTALL_MASK="
/usr/lib*/*.la /usr/lib*/*.la
/etc/init.d /etc/conf.d /etc/init.d /etc/conf.d
/usr/lib/debug/.build-id
" "
# Keep the default languages small. # Keep the default languages small.