Fix issue where staging/mainline build commit hash doesn't match the actual RCCL commit. (#1910)

이 커밋은 다음에 포함됨:
Arm Patinyasakdikul
2025-09-11 16:13:21 -05:00
커밋한 사람 GitHub
부모 ada4e12360
커밋 f21fbdfc18
+1
파일 보기
@@ -19,6 +19,7 @@
# SOFTWARE.
# Attempt to collect the latest git hash
set(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
execute_process(COMMAND git log --pretty=format:'%h' -n 1
OUTPUT_VARIABLE GIT_REV
ERROR_QUIET)