Skip to content

Commit

Permalink
fixup: remove gettext
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffhostetler committed Oct 18, 2023
1 parent b5902e9 commit f2b9d12
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/build-git-installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,6 @@ jobs:
run: |
set -x
brew install automake asciidoc xmlto docbook
brew link --force gettext
- name: Build payload
run: |
Expand All @@ -346,15 +345,8 @@ jobs:
# Write to "version" file to force match with trigger payload version
echo "${{ needs.prereqs.outputs.tag_version }}" >>git/version
# # Configure the Git build to pick up gettext
# homebrew_prefix="$(brew --prefix)"
# cat >git/config.mak <<EOF
# LDFLAGS = -L$homebrew_prefix/lib -L/usr/local/opt/gettext/lib
# CFLAGS = -I$homebrew_prefix/include -I/usr/local/opt/gettext/include
# EOF

# # To make use of the catalogs...
# export XML_CATALOG_FILES=$homebrew_prefix/etc/xml/catalog
# To make use of the catalogs...
export XML_CATALOG_FILES=$homebrew_prefix/etc/xml/catalog
make -C git -j$(sysctl -n hw.physicalcpu) GIT-VERSION-FILE dist dist-doc
Expand Down

0 comments on commit f2b9d12

Please sign in to comment.