From: David Galloway Date: Thu, 4 Sep 2025 15:17:55 +0000 (-0400) Subject: uadk: Build with ceph fork (for FORTIFY_SOURCE fix) X-Git-Tag: testing/wip-jcollin-testing-20250905.013110-tentacle~4^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=75b0239cdd1db4a44319f5cb350f1c7575e5c111;p=ceph-ci.git uadk: Build with ceph fork (for FORTIFY_SOURCE fix) See https://github.com/ceph/ceph/pull/65371 Signed-off-by: David Galloway (cherry picked from commit c52e361fdd311b54b34a83c4ca0e826e2d360087) --- diff --git a/cmake/modules/Builduadk.cmake b/cmake/modules/Builduadk.cmake index 0a8a85026d2..502c27f07a5 100644 --- a/cmake/modules/Builduadk.cmake +++ b/cmake/modules/Builduadk.cmake @@ -20,7 +20,7 @@ function(build_uadk) UPDATE_COMMAND "" # this disables rebuild on each run GIT_REPOSITORY "https://github.com/ceph/uadk.git" GIT_CONFIG advice.detachedHead=false - GIT_TAG 19f650cae960304e3c674992a4c7d5d56a8f4efa + GIT_TAG 267cf34617cc5d6af63191464db40eefcfb78448 SOURCE_DIR "${PROJECT_SOURCE_DIR}/src/uadk" BUILD_IN_SOURCE 1 CMAKE_ARGS -DCMAKE_CXX_COMPILER=which g++