Skip to content

Commit 63f0c56

Browse files
committed
ensure we have coreutils
1 parent 5520906 commit 63f0c56

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,8 @@ release: all
180180

181181
.PHONY: publish
182182
publish: release
183+
# The eng tooling that will ship these depends on md5sum from coreutils
184+
pkgin -y in coreutils
183185
mkdir -p $(ENGBLD_BITS_DIR)/$(NAME)
184186
cp -p $(TOP)/$(NAME)-$(STAMP).tar.gz \
185187
$(ENGBLD_BITS_DIR)/$(NAME)

0 commit comments

Comments
 (0)