Skip to content

Commit

Permalink
Don't include static libraries in mysql images
Browse files Browse the repository at this point in the history
Static libraries have been removed from `mysql` images. This speeds up the build process and shrinks the resulting image. All credit for the idea to @wkozaczuk, based on cloudius-systems#64 (comment)
  • Loading branch information
pshem authored Mar 14, 2019
1 parent 333b84a commit 04ae65c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mysql/GET
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,5 @@ echo "
/usr/data/**: ${ROOTDIR}/usr/data/**
/usr/bin/mysqld: ${BUILDDIR}/sql/mysqld
" > usr.manifest

find $ROOTDIR -name '*.a' -exec rm '{}' +

0 comments on commit 04ae65c

Please sign in to comment.