]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
uadk: Build with ceph fork (for FORTIFY_SOURCE fix)
authorDavid Galloway <david.galloway@ibm.com>
Thu, 4 Sep 2025 15:17:55 +0000 (11:17 -0400)
committerYuri Weinstein <yweinste@redhat.com>
Thu, 4 Sep 2025 19:30:48 +0000 (19:30 +0000)
See https://github.com/ceph/ceph/pull/65371

Signed-off-by: David Galloway <david.galloway@ibm.com>
(cherry picked from commit c52e361fdd311b54b34a83c4ca0e826e2d360087)
(cherry picked from commit 75b0239cdd1db4a44319f5cb350f1c7575e5c111)

cmake/modules/Builduadk.cmake

index 0a8a85026d222538cf739411d667c8bab0eb8249..502c27f07a5a3bdb885266791100f4618173ae0f 100644 (file)
@@ -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++