Skip to content

Commit

Permalink
Try to use pv/pbzip2 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kunickiaj committed Jul 19, 2021
1 parent 084c99b commit 105b901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SYSROOT_ARCHIVE ?= sysroots.tar.bz2

.PHONY: sysroot-pack
sysroot-pack:
@tar cjf $(SYSROOT_ARCHIVE) $(SYSROOT_DIR)
@tar cf - $(SYSROOT_DIR) -P | pv -s $[$(du -sk $(SYSROOT_DIR) | awk '{print $1}') * 1024] | pbzip2 > $(SYSROOT_ARCHIVE)

.PHONY: sysroot-unpack
sysroot-unpack:
Expand Down

0 comments on commit 105b901

Please sign in to comment.