Skip to content

Commit d640ec6

Browse files
authored
Merge pull request ceph#60856 from ceph/uadk_version
build/uadk: fix uadk repo's commit id
2 parents 709cd1d + 87df76e commit d640ec6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cmake/modules/Builduadk.cmake

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ function(build_uadk)
1313
UPDATE_COMMAND "" # this disables rebuild on each run
1414
GIT_REPOSITORY "https://github.com/Linaro/uadk.git"
1515
GIT_CONFIG advice.detachedHead=false
16-
GIT_SHALLOW 1
17-
GIT_TAG "master"
16+
GIT_TAG 90fb6f227427f568e34337309075ed7a3f71bab9
1817
SOURCE_DIR "${PROJECT_SOURCE_DIR}/src/uadk"
1918
BUILD_IN_SOURCE 1
2019
CMAKE_ARGS -DCMAKE_CXX_COMPILER=which g++

0 commit comments

Comments
 (0)