From 5edbad612eb2f1c3197ac9ae0062404b54c20436 Mon Sep 17 00:00:00 2001
From: Joseph Donofry <rubberduckie3554@gmail.com>
Date: Fri, 10 Mar 2023 16:04:57 -0500
Subject: [PATCH] Update cirrus build to work around brew bundle issue

---
 .cirrus.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.cirrus.yml b/.cirrus.yml
index 2cb5426d6..2d698f1f7 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -5,6 +5,9 @@ task:
   environment:
     GITLAB_TRIGGER_TOKEN: ENCRYPTED[!5fb4bbdecbde3b2c766ac7383dca573cd5ec8b815c5ac9bede0cadfe9ad70ecd3e64b1728f7840da087099f3fc1fd4f7!]
   homebrew_script:
+    # The following update-reset is a workaround for this issue: https://github.com/Homebrew/homebrew-bundle/issues/1179
+    - brew update-reset
+    - unset HOMEBREW_NO_AUTO_UPDATE
     - brew bundle --file .ci/macos/Brewfile
   build_script:
     - export PATH="$(brew --prefix qt5)/bin/:${PATH}"
-- 
GitLab