Skip to content

Commit

Permalink
Exclude "include/" distributable archive.
Browse files Browse the repository at this point in the history
We are really only packaging the runtime dependencies, we do not need
the development headers.

This saves ~200mb on the target systems.
  • Loading branch information
Paul Groudas committed May 17, 2021
1 parent 656dd4e commit 4a245b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mcrouter/scripts/Makefile_amazon-linux-2
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ mcrouter: .fbthrift-done .folly-done .fizz-done .wangle-done .fmt-done .zstd-don

archive: mcrouter
touch $@
tar czfv "mcrouter.$$(git rev-parse --short=12 HEAD).$$(uname -m).tar.gz" -C $(INSTALL_DIR) .
tar czfv "mcrouter.$$(git rev-parse --short=12 HEAD).$$(uname -m).tar.gz" -C $(INSTALL_DIR) aux bin lib lib64 share

0 comments on commit 4a245b9

Please sign in to comment.