[skip ci] Disable pecl redis build

This commit is contained in:
Ilija Tovilo 2024-01-23 17:36:07 +01:00
parent fb4878e5a7
commit c6a2f2a8ce
No known key found for this signature in database
GPG key ID: A4F5D403F118200A

View file

@ -792,6 +792,8 @@ jobs:
repository: php-memcached-dev/php-memcached
path: memcached
- name: git checkout redis
# Currently fails to build
if: false
uses: actions/checkout@v4
with:
repository: phpredis/phpredis
@ -853,6 +855,8 @@ jobs:
./configure --prefix=/opt/php --with-php-config=/opt/php/bin/php-config
make -j$(/usr/bin/nproc)
- name: build redis
# Currently fails to build
if: false
run: |
cd redis
/opt/php/bin/phpize