From 8ee32cc985be64a97b582a6674d5bb1153b1face Mon Sep 17 00:00:00 2001 From: Camden Narzt Date: Mon, 30 Sep 2024 12:09:40 -0600 Subject: [PATCH] =?UTF-8?q?Revert=20"revert=20a=20change=20that=20didn?= =?UTF-8?q?=E2=80=99t=20help=20fix=20jenkins"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 57ae130b69626d4eba4265818463dd2d612b28af. --- dev/ci/lib/set-container-envvars.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dev/ci/lib/set-container-envvars.sh b/dev/ci/lib/set-container-envvars.sh index 8b01ae5ef..14836c2ab 100644 --- a/dev/ci/lib/set-container-envvars.sh +++ b/dev/ci/lib/set-container-envvars.sh @@ -32,7 +32,12 @@ fi export TEST_PORT_BASE fi -if [[ "$OS" != macos ]]; then +if [[ "$OS" = macos ]]; then + if [ "${GITHUB_ACTIONS:-false}" = "false" ]; then + # Ensure that Homebrew tools can be found + eval "$(/usr/libexec/path_helper -s)" + fi +else export LC_CTYPE=C.UTF-8 fi