Skip to content

Commit c6a2f2a

Browse files
committed
[skip ci] Disable pecl redis build
1 parent fb4878e commit c6a2f2a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -792,6 +792,8 @@ jobs:
792792
repository: php-memcached-dev/php-memcached
793793
path: memcached
794794
- name: git checkout redis
795+
# Currently fails to build
796+
if: false
795797
uses: actions/checkout@v4
796798
with:
797799
repository: phpredis/phpredis
@@ -853,6 +855,8 @@ jobs:
853855
./configure --prefix=/opt/php --with-php-config=/opt/php/bin/php-config
854856
make -j$(/usr/bin/nproc)
855857
- name: build redis
858+
# Currently fails to build
859+
if: false
856860
run: |
857861
cd redis
858862
/opt/php/bin/phpize

0 commit comments

Comments
 (0)