From 7ccb4b0b33cf5448435d776df1a2416db50adb97 Mon Sep 17 00:00:00 2001 From: Steven Seungcheol Lee Date: Wed, 11 Oct 2023 19:45:03 +0900 Subject: [PATCH] build: bump libnvme to disable tests option it occur multiple definition error with static build project use successful build of subproject revision (no need to build tests) Signed-off-by: Steven Seungcheol Lee --- subprojects/libnvme.wrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/libnvme.wrap b/subprojects/libnvme.wrap index 0b9475bb..4260ace9 100644 --- a/subprojects/libnvme.wrap +++ b/subprojects/libnvme.wrap @@ -1,6 +1,6 @@ [wrap-git] url = https://github.com/linux-nvme/libnvme.git -revision = 37a803cf77e224f66d86b1e1d9e74a15f55ea600 +revision = 0d3b74ff193211f329ae3c13756557cc612bfd76 [provide] libnvme = libnvme_dep -- 2.50.1