From adf51f404bb1b243a386f2e71884eab18cf8e9bf Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Tue, 5 Jan 2021 19:43:50 -0600 Subject: [PATCH] prep-for-macos-build: don't run brew update The update was causing tests to fail, and the previous attempt to address the issue e244aa8ec2ea4b754d6242ee81dd0d3c6dace543 didn't. Thanks to Johannes Berg proposing the fix. Signed-off-by: Rob Browning --- dev/prep-for-macos-build | 1 - 1 file changed, 1 deletion(-) diff --git a/dev/prep-for-macos-build b/dev/prep-for-macos-build index e64ab1d..164a98b 100755 --- a/dev/prep-for-macos-build +++ b/dev/prep-for-macos-build @@ -13,7 +13,6 @@ if ! command -v brew; then /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" fi -brew update brew install par2 readline rsync pkg-config md5sha1sum # This avoid's macos interference, i.e. without this it looks like we -- 2.39.2