kou commented on issue #37767: URL: https://github.com/apache/arrow/issues/37767#issuecomment-1724888287
Interesting. We have two codes that calling `git` explicitly: https://github.com/apache/arrow/blob/25fa89df2b55012b447b9c0348733570cb695566/cpp/cmake_modules/DefineOptions.cmake#L743-L755 I tried `strace git ...` and found that `git log` doesn't touch but `git describe` may touch `.git/index`. Could you try `archery docker run -eARROW_GIT_DESCRIPTION=apache-arrow-14.0.0.dev-XXX conda-integration`? -- 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]
