From cafd3ad9a88f78f61bbb82e222cfff1239b535b1 Mon Sep 17 00:00:00 2001 From: Siddarth Kumar Date: Mon, 27 Jan 2025 14:54:38 +0530 Subject: [PATCH] ci: don't update brew (#17122) --- Makefile | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/Makefile b/Makefile index 8298be5d50..685edc0e9c 100644 --- a/Makefile +++ b/Makefile @@ -133,19 +133,10 @@ ifeq ($(QT_ARCH),arm64) else BOTTLE_MACOS_VERSION := 'monterey' endif -$(BOTTLES): | $(BOTTLES_DIR) +$(BOTTLES): echo -e "\033[92mFetching:\033[39m $(notdir $@) bottle arch $(QT_ARCH) $(BOTTLE_MACOS_VERSION)" ./scripts/fetch-brew-bottle.sh $(notdir $@) $(BOTTLE_MACOS_VERSION) $(HANDLE_OUTPUT) -$(BOTTLES_DIR): - echo -e "\033[92mUpdating:\033[39m macOS Homebrew" - if [[ $$(stat -f %u /usr/local/var/homebrew) -ne "$${UID}" ]] && [[ $$(stat -f %u /opt/homebrew/bin/brew) -ne "$${UID}" ]]; then \ - echo "Missing permissions to update Homebrew formulae!" >&2; \ - else \ - brew update >/dev/null; \ - mkdir -p $(BOTTLES_DIR); \ - fi - bottles: $(BOTTLES) endif @@ -252,7 +243,7 @@ endif ## ## Versioning -## +## version: @echo $(DESKTOP_VERSION)