From 6e20e5ed5adb28148db62e8eeb81b0466085b4d0 Mon Sep 17 00:00:00 2001 From: Brad Hubbard Date: Thu, 3 Dec 2020 11:56:43 +1000 Subject: [PATCH] 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 --- cmake/modules/Builduring.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5