]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake: Alter GIT_REPOSITORY for liburing 38412/head
authorBrad Hubbard <bhubbard@redhat.com>
Thu, 3 Dec 2020 01:56:43 +0000 (11:56 +1000)
committerBrad Hubbard <bhubbard@redhat.com>
Thu, 3 Dec 2020 01:56:43 +0000 (11:56 +1000)
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 <bhubbard@redhat.com>
cmake/modules/Builduring.cmake

index a30f164fcfce77c2eb499764844172c0a09295f2..328aa5ac79fd583927989b55f510d7be43b10151 100644 (file)
@@ -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)