liburing: Disable tests and examples (#26837)

This commit is contained in:
Dennis 2022-09-19 20:40:16 +02:00 committed by GitHub
parent 744a921348
commit b67ce11650
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 21 additions and 1 deletions

View File

@ -0,0 +1,13 @@
diff --git a/Makefile b/Makefile
index 686be4f..28d0a7f 100644
--- a/Makefile
+++ b/Makefile
@@ -8,8 +8,6 @@ default: all
all:
@$(MAKE) -C src
- @$(MAKE) -C test
- @$(MAKE) -C examples
.PHONY: all install default clean test
.PHONY: FORCE cscope

View File

@ -6,6 +6,7 @@ vcpkg_from_github(
HEAD_REF master
PATCHES
fix-configure.patch # ignore unsupported options, handle ENABLE_SHARED
disable-tests-and-examples.patch
)
# note: check ${SOURCE_PATH}/liburing.spec before updating configure options

View File

@ -1,6 +1,7 @@
{
"name": "liburing",
"version": "2.2",
"port-version": 1,
"description": "Linux-native io_uring I/O access library",
"homepage": "https://github.com/axboe/liburing",
"license": null,

View File

@ -4250,7 +4250,7 @@
},
"liburing": {
"baseline": "2.2",
"port-version": 0
"port-version": 1
},
"libusb": {
"baseline": "1.0.26",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e41ee56c7ceb8925a59b8d427a63990f581c0328",
"version": "2.2",
"port-version": 1
},
{
"git-tree": "8d783b3db24821bcd85fcdbb5673b03613653e01",
"version": "2.2",