Skip to content

Commit

Permalink
Fix patch point tests
Browse files Browse the repository at this point in the history
  • Loading branch information
crazywhalecc committed Dec 5, 2024
1 parent 2e7fa44 commit 2640b7d
Showing 1 changed file with 5 additions and 65 deletions.
70 changes: 5 additions & 65 deletions .github/workflows/ext-configure-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,69 +15,17 @@ jobs:
fail-fast: false
matrix:
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
- pcntl
- pdo
- pdo_mysql
- pdo_pgsql
- pdo_sqlite
- 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:
- "8.4"
- "8.3"
- "8.2"
- "8.1"
operating-system:
- "ubuntu-latest"
- "macos-14"

steps:
- name: "Checkout"
Expand Down Expand Up @@ -126,12 +74,4 @@ jobs:
- name: "Build library: ${{ matrix.library }}"
run: |
SPC_USE_SUDO=yes ./bin/spc doctor --auto-fix
if [ "${{ env.OS }}" = "linux-x86_64" ]; then
./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
./bin/spc build --build-cli --build-micro ${{ matrix.extension }} -P tests/configure.php --debug --enable-zts

0 comments on commit 2640b7d

Please sign in to comment.