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)