Skip to content

Commit

Permalink
Allow Docker build on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
samestep committed Jun 21, 2021
1 parent f2bb093 commit a95e3b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/docker/build.sh
Expand Up @@ -320,7 +320,7 @@ if [ -n "${JENKINS:-}" ]; then
JENKINS_GID=$(id -g jenkins)
fi

tmp_tag="tmp-$(cat /dev/urandom | tr -dc 'a-z' | head -c 32)"
tmp_tag=$(basename "$(mktemp -u)" | tr '[:upper:]' '[:lower:]')

# Build image
# TODO: build-arg THRIFT is not turned on for any image, remove it once we confirm
Expand Down

0 comments on commit a95e3b1

Please sign in to comment.