Skip to content

Commit ee906aa

Browse files
committed
Merge remote-tracking branch 'origin/feat/no-strip' into frankenphp/mbed
2 parents e2b80e7 + 00050f4 commit ee906aa

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

config/lib.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -974,5 +974,24 @@
974974
"zstd.h",
975975
"zstd_errors.h"
976976
]
977+
},
978+
"liburing": {
979+
"source": "liburing",
980+
"pkg-configs": [
981+
"liburing",
982+
"liburing-ffi"
983+
],
984+
"static-libs-linux": [
985+
"liburing.a",
986+
"liburing-ffi.a"
987+
],
988+
"headers-linux": [
989+
"liburing/",
990+
"liburing.h"
991+
]
992+
},
993+
"frankenphp": {
994+
"source": "frankenphp",
995+
"type": "target"
977996
}
978997
}

config/source.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,16 @@
373373
"path": "LICENSE"
374374
}
375375
},
376+
"frankenphp": {
377+
"type": "ghtar",
378+
"repo": "php/frankenphp",
379+
"prefer-stable": true,
380+
"provide-pre-build": false,
381+
"license": {
382+
"type": "file",
383+
"path": "LICENSE"
384+
}
385+
},
376386
"icu-static-win": {
377387
"type": "url",
378388
"url": "https://dl.static-php.dev/static-php-cli/deps/icu-static-windows-x64/icu-static-windows-x64.zip",

0 commit comments

Comments
 (0)