Skip to content

Commit

Permalink
make target to create archive of binary artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Groudas committed Apr 30, 2021
1 parent c2a07bc commit 5779ea5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mcrouter/scripts/Makefile_amazon-linux-2
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,7 @@ deps: .fbthrift-done .folly-done .fizz-done .wangle-done .fmt-done .zstd-done .g
mcrouter: deps
${RECIPES_DIR}/mcrouter.sh $(PKG_DIR) $(INSTALL_DIR) $(INSTALL_AUX_DIR)
touch $@

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

0 comments on commit 5779ea5

Please sign in to comment.