]> git.ipfire.org Git - thirdparty/libarchive.git/commit
ci: make autoconf look for headers and libraries in /opt/homebrew if those directorie...
authorMostyn Bramley-Moore <mostyn@antipode.se>
Sat, 7 Dec 2024 23:11:19 +0000 (00:11 +0100)
committerGitHub <noreply@github.com>
Sat, 7 Dec 2024 23:11:19 +0000 (15:11 -0800)
commit29802f6a5e8543e61bac7d9dede42abf21ded5aa
tree658cd01d565f546712f209f0116bb05f38e36be2
parent0bbbe2883ef45b2027ea7395a691a855b1296cd1
ci: make autoconf look for headers and libraries in /opt/homebrew if those directories exist (#2427)

Prior to this change, the ci autoconf jobs weren't looking for homebrew
headers or libraries unless pkg-config was used, so for example the
"MacOS (autotools)" ci job wasn't testing lz4 or zstd code.

Relates to #2426.
build/ci/build.sh