Stop trying to install md5sha1sum

macOS already provides it and Homebrew doesn't override it,
so that's a no-op anyway.
This commit is contained in:
ISSOtm
2026-04-14 16:25:05 +02:00
committed by Eldred Habert
parent b65649ca73
commit 846aa975f1
+1 -1
View File
@@ -11,7 +11,7 @@ case "${1%%-*}" in
# macOS bundles GNU Make 3.81, which doesn't support synced output.
# We leave it as the default in `PATH`, to test that our Makefile works with it.
# However, CMake automatically uses Homebrew's `gmake`, so our CI has synced output.
brew install bison md5sha1sum make
brew install bison make
# Export `bison` to allow using the version we install from Homebrew,
# instead of the outdated one preinstalled on macOS (which doesn't even support `-Wall`...).
export PATH="$(brew --prefix)/opt/bison/bin:$PATH"