bneradt opened a new pull request, #12686:
URL: https://github.com/apache/trafficserver/pull/12686
PR #12664 changed proxy-verifier storage to be in
${CMAKE_SOURCE_DIR}/.git. Sadly, this fails in git worktrees where .git is a
file pointing to the actual git directory. Use git rev-parse --git-common-dir
to dynamically detect the correct git directory, which works for both regular
repositories and worktrees. This ensures proxy-verifier binaries are stored in
a shared location accessible to all worktrees.
--
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]