On Thu, May 09, 2024 at 12:25:44PM -0400, Jeff King wrote: [snip] > I'd like to report that this let me get a successful CI run, but I'm > running into the thing where osx jobs seem to randomly hang sometimes > and hit the 6-hour timeout. But I did confirm that this lets us get to > the actual build/test, and not barf while installing dependencies. Yeah, this one is puzzling to me. We see the same thing on GitLab CI, and until now I haven't yet figured out why that is. > .github/workflows/main.yml | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml > index 5f92a50271..13cc0fe807 100644 > --- a/.github/workflows/main.yml > +++ b/.github/workflows/main.yml > @@ -285,7 +285,6 @@ jobs: > pool: macos-13 > - jobname: osx-gcc > cc: gcc-13 > - cc_package: gcc-13 As far as I can see this means that we don't install GCC at all anymore via Homebrew. Does this mean that we now rely on the GCC version that is preinstalled by Homebrew? Won't this break every time that Homebrew changes the default GCC version? I may be missing the obvious. Patrick
Attachment:
signature.asc
Description: PGP signature