mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-17 05:45:35 +08:00
Apply ext-brotli,ext-zstd,gmssl changes in feat/pgo-v3
This commit is contained in:
@@ -2,12 +2,13 @@ ext-brotli:
|
|||||||
type: php-extension
|
type: php-extension
|
||||||
artifact:
|
artifact:
|
||||||
source:
|
source:
|
||||||
type: git
|
type: ghtagtar
|
||||||
|
repo: kjdev/php-ext-brotli
|
||||||
extract: php-src/ext/brotli
|
extract: php-src/ext/brotli
|
||||||
rev: master
|
|
||||||
url: 'https://github.com/kjdev/php-ext-brotli'
|
|
||||||
metadata:
|
metadata:
|
||||||
license-files: [LICENSE]
|
license-files: [LICENSE]
|
||||||
license: MIT
|
license: MIT
|
||||||
depends:
|
depends:
|
||||||
- brotli
|
- brotli
|
||||||
|
php-extension:
|
||||||
|
arg-type: '--enable-brotli@shared_suffix@ --with-libbrotli'
|
||||||
|
|||||||
@@ -2,9 +2,8 @@ ext-zstd:
|
|||||||
type: php-extension
|
type: php-extension
|
||||||
artifact:
|
artifact:
|
||||||
source:
|
source:
|
||||||
type: git
|
type: ghtar
|
||||||
url: 'https://github.com/kjdev/php-ext-zstd'
|
repo: kjdev/php-ext-zstd
|
||||||
rev: master
|
|
||||||
extract: php-src/ext/zstd
|
extract: php-src/ext/zstd
|
||||||
metadata:
|
metadata:
|
||||||
license-files: [LICENSE]
|
license-files: [LICENSE]
|
||||||
|
|||||||
@@ -2,8 +2,9 @@ gmssl:
|
|||||||
type: library
|
type: library
|
||||||
artifact:
|
artifact:
|
||||||
source:
|
source:
|
||||||
type: ghtar
|
type: git
|
||||||
repo: guanzhi/GmSSL
|
url: 'https://github.com/guanzhi/GmSSL.git'
|
||||||
|
rev: master
|
||||||
metadata:
|
metadata:
|
||||||
license-files: [LICENSE]
|
license-files: [LICENSE]
|
||||||
license: Apache-2.0
|
license: Apache-2.0
|
||||||
|
|||||||
Reference in New Issue
Block a user