Skip to content

Commit e2733c7

Browse files
committed
linux_and_macos.yml: Stop patching ax_check_gl.m4 for macOS
Homebrew started applying the patch itself by now: Homebrew/homebrew-core#202309 This reverts commit 222b6c4.
1 parent a4bc94c commit e2733c7

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/linux_and_macos.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,6 @@ jobs:
103103
portaudio \
104104
sdl12-compat
105105
106-
# Patch ax_check_gl.m4 of autoconf-archive 2024.10.16 as needed
107-
# https://github.com/Homebrew/homebrew-core/issues/202234
108-
set -x -o pipefail
109-
ax_check_gl_m4=/usr/local/Cellar/autoconf-archive/2024.10.16/share/aclocal/ax_check_gl.m4
110-
if [[ -e "${ax_check_gl_m4}" ]] && ! grep -qF '[m4_fatal' "${ax_check_gl_m4}" ; then
111-
wget -O- https://github.com/autoconf-archive/autoconf-archive/commit/427e226a2fe3980388abffd6de25ed6b9591cce3.patch \
112-
| sudo patch -N "${ax_check_gl_m4}"
113-
fi
114-
115106
- name: Setting dynamic environment variables
116107
run: |-
117108
set -x

0 commit comments

Comments
 (0)