From fe97e3c888e1995379c2d0beb4f43002ecb4fef3 Mon Sep 17 00:00:00 2001 From: AnyOldName3 Date: Fri, 12 Sep 2025 18:09:12 +0100 Subject: [PATCH] Move brew repair and update to architecture-independent script It installs things now, so these commands are useful. --- CI/before_install.macos.sh | 3 +++ CI/macos/before_install.arm64.sh | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CI/before_install.macos.sh b/CI/before_install.macos.sh index aa87ad9907..84cc99d03d 100755 --- a/CI/before_install.macos.sh +++ b/CI/before_install.macos.sh @@ -1,5 +1,8 @@ #!/bin/sh -ex +brew tap --repair +brew update --quiet + if [[ "${MACOS_AMD64}" ]]; then ./CI/macos/before_install.amd64.sh else diff --git a/CI/macos/before_install.arm64.sh b/CI/macos/before_install.arm64.sh index a33bc3296a..60217093ec 100755 --- a/CI/macos/before_install.arm64.sh +++ b/CI/macos/before_install.arm64.sh @@ -1,8 +1,5 @@ #!/bin/sh -ex -brew tap --repair -brew update --quiet - command -v qmake >/dev/null 2>&1 && qmake -v | grep -F "Using Qt version 6." >/dev/null || brew install qt@6 brew install curl xquartz gd fontconfig freetype harfbuzz brotli openal-soft icu4c yaml-cpp sqlite