Skip to content

Commit

Permalink
revert a change that didn’t help fix jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Sep 30, 2024
1 parent 01bfa8c commit 57ae130
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions dev/ci/lib/set-container-envvars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,7 @@ fi
export TEST_PORT_BASE
fi

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
if [[ "$OS" != macos ]]; then
export LC_CTYPE=C.UTF-8
fi

Expand Down

0 comments on commit 57ae130

Please sign in to comment.