Skip to content

Commit

Permalink
linux_and_macos.yml: Stop patching ax_check_gl.m4 for macOS
Browse files Browse the repository at this point in the history
Homebrew started applying the patch itself by now:
Homebrew/homebrew-core#202309

This reverts commit 222b6c4.
  • Loading branch information
hartwork committed Dec 31, 2024
1 parent a4bc94c commit e2733c7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/linux_and_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,15 +103,6 @@ jobs:
portaudio \
sdl12-compat
# Patch ax_check_gl.m4 of autoconf-archive 2024.10.16 as needed
# https://github.com/Homebrew/homebrew-core/issues/202234
set -x -o pipefail
ax_check_gl_m4=/usr/local/Cellar/autoconf-archive/2024.10.16/share/aclocal/ax_check_gl.m4
if [[ -e "${ax_check_gl_m4}" ]] && ! grep -qF '[m4_fatal' "${ax_check_gl_m4}" ; then
wget -O- https://github.com/autoconf-archive/autoconf-archive/commit/427e226a2fe3980388abffd6de25ed6b9591cce3.patch \
| sudo patch -N "${ax_check_gl_m4}"
fi
- name: Setting dynamic environment variables
run: |-
set -x
Expand Down

0 comments on commit e2733c7

Please sign in to comment.