From d896778f0b1c0867c2e10b48cbe4ff11e2ec4142 Mon Sep 17 00:00:00 2001 From: dragonmux Date: Tue, 15 Oct 2024 16:47:51 +0100 Subject: [PATCH] github: Cleaned up the macOS build matrix for build-pr's homebrew flow --- .github/workflows/build-pr.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index 88337f378d2..2d785af33d5 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -441,18 +441,6 @@ jobs: - gcc@12 - gcc@13 - gcc@14 # Don't use 'gcc', the symlink is versioned -- see below - exclude: - # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114007 - # Fix was backported to GCC 13, but there's no release available yet - # Changing the SDK is not viable either, because GCC hotpatches - # some includes at build time based on the sysroot - # defined when configured: - # In file included from /Applications/Xcode_14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/Availability.h:166, - # from /Applications/Xcode_14.3.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/stdlib.h:61, - # from ../src/include/general.h:62, - # from ../src/command.c:28: - # /opt/homebrew/Cellar/gcc@11/11.4.0/lib/gcc/11/gcc/aarch64-apple-darwin23/11/include-fixed/AvailabilityInternal.h:162:10: fatal error: AvailabilityInternalLegacy.h: No such file or directory - - os: macos-latest fail-fast: false # Steps represent a sequence of tasks that will be executed as part of the job