From: Brad Hubbard Date: Thu, 3 Dec 2020 01:56:43 +0000 (+1000) Subject: cmake: Alter GIT_REPOSITORY for liburing X-Git-Tag: v17.0.0~426^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=6e20e5ed5adb28148db62e8eeb81b0466085b4d0;p=ceph.git cmake: Alter GIT_REPOSITORY for liburing https://git.kernel.dk/liburing appears, at least currently, to be unavailable. This could be reverted once it comes back. Signed-off-by: Brad Hubbard --- diff --git a/cmake/modules/Builduring.cmake b/cmake/modules/Builduring.cmake index a30f164fcfce7..328aa5ac79fd5 100644 --- a/cmake/modules/Builduring.cmake +++ b/cmake/modules/Builduring.cmake @@ -8,7 +8,7 @@ function(build_uring) else() set(source_dir_args SOURCE_DIR ${CMAKE_BINARY_DIR}/src/liburing - GIT_REPOSITORY https://git.kernel.dk/liburing + GIT_REPOSITORY https://github.com/axboe/liburing.git GIT_TAG "liburing-0.7" GIT_SHALLOW TRUE GIT_CONFIG advice.detachedHead=false)