mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
Fix patch point tests
This commit is contained in:
parent
3659e20b0d
commit
3ce24da15c
70
.github/workflows/ext-configure-tests.yml
vendored
70
.github/workflows/ext-configure-tests.yml
vendored
@ -15,69 +15,17 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
extension:
|
extension:
|
||||||
- apcu
|
|
||||||
- bcmath
|
|
||||||
- bz2
|
|
||||||
- calendar
|
|
||||||
- ctype
|
|
||||||
- curl
|
|
||||||
- dba
|
|
||||||
- dom
|
|
||||||
- exif
|
|
||||||
- fileinfo
|
|
||||||
- filter
|
|
||||||
- ftp
|
|
||||||
- gd
|
|
||||||
- gmp
|
|
||||||
- gettext
|
|
||||||
- iconv
|
|
||||||
- igbinary
|
|
||||||
- imagick
|
|
||||||
- intl
|
|
||||||
- ldap
|
|
||||||
- mbregex
|
|
||||||
- mbstring
|
|
||||||
- mysqli
|
|
||||||
- mysqlnd
|
|
||||||
- opcache
|
|
||||||
- openssl
|
|
||||||
- parallel
|
- parallel
|
||||||
- pcntl
|
|
||||||
- pdo
|
|
||||||
- pdo_mysql
|
|
||||||
- pdo_pgsql
|
- pdo_pgsql
|
||||||
- pdo_sqlite
|
|
||||||
- pgsql
|
- pgsql
|
||||||
- phar
|
|
||||||
- posix
|
|
||||||
- protobuf
|
|
||||||
- readline
|
|
||||||
- redis
|
|
||||||
- session
|
|
||||||
- shmop
|
|
||||||
- simplexml
|
|
||||||
- soap
|
|
||||||
- sockets
|
|
||||||
- sodium
|
|
||||||
- sqlite3
|
|
||||||
- ssh2
|
|
||||||
- sysvmsg
|
|
||||||
- sysvsem
|
|
||||||
- sysvshm
|
|
||||||
- tidy
|
|
||||||
- tokenizer
|
|
||||||
- xlswriter
|
|
||||||
- xml
|
|
||||||
- xmlreader
|
|
||||||
- xmlwriter
|
|
||||||
- zip
|
|
||||||
- zlib
|
|
||||||
- yaml
|
|
||||||
- zstd
|
|
||||||
php-version:
|
php-version:
|
||||||
- "8.4"
|
- "8.4"
|
||||||
|
- "8.3"
|
||||||
|
- "8.2"
|
||||||
|
- "8.1"
|
||||||
operating-system:
|
operating-system:
|
||||||
- "ubuntu-latest"
|
- "ubuntu-latest"
|
||||||
|
- "macos-14"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: "Checkout"
|
- name: "Checkout"
|
||||||
@ -126,12 +74,4 @@ jobs:
|
|||||||
- name: "Build library: ${{ matrix.library }}"
|
- name: "Build library: ${{ matrix.library }}"
|
||||||
run: |
|
run: |
|
||||||
SPC_USE_SUDO=yes ./bin/spc doctor --auto-fix
|
SPC_USE_SUDO=yes ./bin/spc doctor --auto-fix
|
||||||
if [ "${{ env.OS }}" = "linux-x86_64" ]; then
|
./bin/spc build --build-cli --build-micro ${{ matrix.extension }} -P tests/configure.php --debug --enable-zts
|
||||||
./bin/spc install-pkg upx
|
|
||||||
UPX=--with-upx-pack
|
|
||||||
elif [ "${{ env.OS }}" = "linux-aarch64" ]; then
|
|
||||||
./bin/spc install-pkg upx
|
|
||||||
UPX=--with-upx-pack
|
|
||||||
fi
|
|
||||||
|
|
||||||
./bin/spc build --build-cli --build-micro ${{ matrix.extension }} -P tests/configure.php
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user