]> arthur.barton.de Git - bup.git/commitdiff
dev: macos: install sha1sum
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 18 Aug 2020 19:32:01 +0000 (21:32 +0200)
committerRob Browning <rlb@defaultvalue.org>
Sat, 19 Dec 2020 22:32:04 +0000 (16:32 -0600)
Install the sha1sum utility for the tests.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
dev/prep-for-macos-build

index 94233a5091c62557fa9ae07472dd9a13b7f8e35c..52efc79e146608ea6c2ba91626a336f4baa86584 100755 (executable)
@@ -12,7 +12,7 @@ pyver="${1:-python2}"
 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
 
 brew update
-brew install par2 readline rsync pkg-config
+brew install par2 readline rsync pkg-config md5sha1sum
 
 # This avoid's macos interference, i.e. without this it looks like we
 # won't actually be able to use the readline we just installed above.