<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Dec 18, 2023 at 5:51 AM Paul Gardiner <<a href="mailto:lists@glidos.net">lists@glidos.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Might this affect the check workflows for pull requests on the main <br>
mythtv repo? For <a href="https://github.com/MythTV/mythtv/pull/821" rel="noreferrer" target="_blank">https://github.com/MythTV/mythtv/pull/821</a>, the macos-13 <br>
builds started mysteriously failing when I pushed new versions, although <br>
the changes were just reordering two boolean arguments to a function, <br>
and no other builds failed.<br></blockquote><div><br></div><div>Hi Paul - those errors are completely unrelated.  The GitHub runners do use Homebrew to make a test build, but they do not use the compile script nor ansible.</div><div><br></div><div>Those errors appear to be induced by the Homebrew community moving their python version up to 3.12 recently.  From the runner output:</div><div><br></div></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div class="gmail_quote"><div>==> Pouring python@3.12--3.12.1.ventura.bottle.tar.gz</div></div><div class="gmail_quote"><div>Error: The `brew link` step did not complete successfully</div></div></blockquote><div class="gmail_quote"><div> </div><div>I had to work around similar errors in the build script by forcing the install of python3.11 to stay compatible with mythtv's needs.  </div></div></div>