Skip to content

Commit

Permalink
ci(azure-pipelines): XXX Don't install libxml2 with homebrew
Browse files Browse the repository at this point in the history
Seems like that shouldn't be done fore recent macOS versions.

> libxml2 is keg-only, which means it was not symlinked into /usr/local,
> because macOS already provides this software and installing another version in
> parallel can cause all kinds of trouble.
  • Loading branch information
ubolonton committed Mar 16, 2024
1 parent 36e2bc7 commit dab9d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/steps/setup-emacs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ steps:
# XXX: Please don't use homebrew!
- bash: |
set -e
brew install pkg-config gnutls libxml2
brew install pkg-config gnutls
# https://github.com/remacs/remacs/issues/155 (pkg-config)
brew outdated pkg-config || brew upgrade pkg-config
# https://github.com/remacs/remacs/issues/886 (libxml2, macOS 10.14)
Expand Down

0 comments on commit dab9d6c

Please sign in to comment.