mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
liburing: Disable tests and examples (#26837)
This commit is contained in:
parent
744a921348
commit
b67ce11650
13
ports/liburing/disable-tests-and-examples.patch
Normal file
13
ports/liburing/disable-tests-and-examples.patch
Normal 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
|
@ -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
|
||||
|
@ -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,
|
||||
|
@ -4250,7 +4250,7 @@
|
||||
},
|
||||
"liburing": {
|
||||
"baseline": "2.2",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"libusb": {
|
||||
"baseline": "1.0.26",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "e41ee56c7ceb8925a59b8d427a63990f581c0328",
|
||||
"version": "2.2",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "8d783b3db24821bcd85fcdbb5673b03613653e01",
|
||||
"version": "2.2",
|
||||
|
Loading…
x
Reference in New Issue
Block a user