lidavidm commented on code in PR #356:
URL: https://github.com/apache/arrow-adbc/pull/356#discussion_r1082995481
##########
ci/scripts/python_sdist_build.sh:
##########
@@ -22,6 +22,8 @@ set -ex
source_dir=${1}
script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
+git config --global --add safe.directory ${source_dir}
Review Comment:
ah, most of the other jobs stuff this into the docker-compose.yml command
line, since I don't want these to mutate global state if run outside of docker
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]