Skip to content

Commit

Permalink
github: Cleaned up the macOS build matrix for build-pr's homebrew flow
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonmux committed Oct 17, 2024
1 parent b138815 commit d896778
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d896778

Please sign in to comment.