* [PATCH] ci: drop no-op gettext link on macOS
@ 2026-09-12 7:55 Harald Nordgren via GitGitGadget
0 siblings, 0 replies; only message in thread
From: Harald Nordgren via GitGitGadget @ 2026-09-12 7:55 UTC (permalink / raw)
To: git; +Cc: Harald Nordgren, Harald Nordgren
From: Harald Nordgren <haraldnordgren@gmail.com>
gettext ships already linked on the macOS CI runner image, so this
command never links anything. It only emits a spurious "Already
linked" warning in every macOS job's log.
Signed-off-by: Harald Nordgren <haraldnordgren@gmail.com>
---
ci: drop no-op gettext link on macOS
Gettext is already linked on the macOS CI runner image, so the forced
relink was a no-op that only produced a spurious "Already linked"
warning in every macOS job's log.
Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-git-2402%2FHaraldNordgren%2Fci-drop-noop-gettext-link-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-git-2402/HaraldNordgren/ci-drop-noop-gettext-link-v1
Pull-Request: https://github.com/git/git/pull/2402
ci/install-dependencies.sh | 1 -
1 file changed, 1 deletion(-)
diff --git a/ci/install-dependencies.sh b/ci/install-dependencies.sh
index 2f61fbb07c..2903c39fab 100755
--- a/ci/install-dependencies.sh
+++ b/ci/install-dependencies.sh
@@ -117,7 +117,6 @@ macos-*)
export HOMEBREW_NO_AUTO_UPDATE=1 HOMEBREW_NO_INSTALL_CLEANUP=1
# Uncomment this if you want to run perf tests:
# brew install gnu-time
- brew link --force gettext
mkdir -p "$CUSTOM_PATH"
wget -q "$P4WHENCE/bin.macosx12arm64/helix-core-server.tgz" &&
base-commit: 47ce80527c56f462cb97db4ca8125342204d3783
--
gitgitgadget
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-12 7:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-12 7:55 [PATCH] ci: drop no-op gettext link on macOS Harald Nordgren via GitGitGadget
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox