mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-20 22:11:39 +02:00
profiles: exclude plain object files from prod images
There is no need to include things like glibc's lib64/crt1.o which are only needed when compiling.
This commit is contained in:
parent
0c62fba05b
commit
4c8b9dfc9d
@ -3,7 +3,7 @@
|
||||
|
||||
# Restrictive mask for production images.
|
||||
INSTALL_MASK="${INSTALL_MASK}
|
||||
*.a *.la *.h *.hpp
|
||||
*.a *.la *.h *.hpp *.o
|
||||
/etc/sandbox.d
|
||||
/usr/include
|
||||
/usr/lib/debug
|
||||
|
Loading…
x
Reference in New Issue
Block a user