diff --git a/dev/ci/lib/functions.sh b/dev/ci/lib/functions.sh index abc535afbd..c7a90e2539 100644 --- a/dev/ci/lib/functions.sh +++ b/dev/ci/lib/functions.sh @@ -112,7 +112,7 @@ function sanity_check_environment() function add_bundler_path_to_gem_path() { local bundle_path - + which -a bundle if bundle_path=$(bundle show rake); then bundle_path=$(dirname "$bundle_path") bundle_path=$(dirname "$bundle_path") diff --git a/dev/ci/lib/set-container-envvars.sh b/dev/ci/lib/set-container-envvars.sh index 271fcbdefe..50626f25a6 100644 --- a/dev/ci/lib/set-container-envvars.sh +++ b/dev/ci/lib/set-container-envvars.sh @@ -28,13 +28,7 @@ if [[ "$EXECUTOR_NUMBER" != "" ]]; then export TEST_PORT_BASE fi -if [[ "$OS" = macos ]]; then - # Ensure that Homebrew tools can be found - echo $PATH - echo "$(/usr/libexec/path_helper -s)" - eval "$(/usr/libexec/path_helper -s)" - echo $PATH -else +if [[ "$OS" != macos ]]; then export LC_CTYPE=C.UTF-8 fi