Skip to content

Commit

Permalink
Merge pull request ceph#60856 from ceph/uadk_version
Browse files Browse the repository at this point in the history
build/uadk: fix uadk repo's commit id
  • Loading branch information
rosinL authored Nov 27, 2024
2 parents 709cd1d + 87df76e commit d640ec6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmake/modules/Builduadk.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ function(build_uadk)
UPDATE_COMMAND "" # this disables rebuild on each run
GIT_REPOSITORY "https://github.com/Linaro/uadk.git"
GIT_CONFIG advice.detachedHead=false
GIT_SHALLOW 1
GIT_TAG "master"
GIT_TAG 90fb6f227427f568e34337309075ed7a3f71bab9
SOURCE_DIR "${PROJECT_SOURCE_DIR}/src/uadk"
BUILD_IN_SOURCE 1
CMAKE_ARGS -DCMAKE_CXX_COMPILER=which g++
Expand Down

0 comments on commit d640ec6

Please sign in to comment.