Skip to content

Commit 91e8cea

Browse files
authored
Merge pull request ceph#55787 from tchaikov/wip-cmake-liburing-2.5
cmake: bump liburing from 0.7 to 2.5 Reviewed-by: Casey Bodley <[email protected]>
2 parents 3c07100 + 95e03f8 commit 91e8cea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cmake/modules/Builduring.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ function(build_uring)
99
set(source_dir_args
1010
SOURCE_DIR ${CMAKE_BINARY_DIR}/src/liburing
1111
GIT_REPOSITORY https://github.com/axboe/liburing.git
12-
GIT_TAG "liburing-0.7"
12+
GIT_TAG "liburing-2.5"
1313
GIT_SHALLOW TRUE
1414
GIT_CONFIG advice.detachedHead=false)
1515
endif()
1616

1717
include(ExternalProject)
1818
ExternalProject_Add(liburing_ext
1919
${source_dir_args}
20-
CONFIGURE_COMMAND env CC=${CMAKE_C_COMPILER} CXX=${CMAKE_CXX_COMPILER} <SOURCE_DIR>/configure
20+
CONFIGURE_COMMAND env CC=${CMAKE_C_COMPILER} CXX=${CMAKE_CXX_COMPILER} <SOURCE_DIR>/configure --use-libc
2121
BUILD_COMMAND ${make_cmd} "CFLAGS=${CMAKE_C_FLAGS} -fPIC" -C src -s
2222
BUILD_IN_SOURCE 1
2323
BUILD_BYPRODUCTS "<SOURCE_DIR>/src/liburing.a"

make-dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ boost_version=1.82.0
195195
download_boost $boost_version a6e1ab9b0860e6a2881dd7b21fe9f737a095e5f33a3a874afc6a345228597ee6 \
196196
https://download.ceph.com/qa \
197197
https://archives.boost.io/release/$boost_version/source
198-
download_liburing 0.7 8e2842cfe947f3a443af301bdd6d034455536c38a455c7a700d0c1ad165a7543 \
198+
download_liburing 2.5 456f5f882165630f0dc7b75e8fd53bd01a955d5d4720729b4323097e6e9f2a98 \
199199
https://github.com/axboe/liburing/archive \
200200
https://git.kernel.dk/cgit/liburing/snapshot
201201
pmdk_version=1.10

0 commit comments

Comments
 (0)