Skip to content

Commit 39afa46

Browse files
committed
[skip ci] Disable redis in pecl build
1 parent 431dbab commit 39afa46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -834,6 +834,7 @@ jobs:
834834
repository: php-memcached-dev/php-memcached
835835
path: memcached
836836
- name: git checkout redis
837+
if: ${{ false }}
837838
uses: actions/checkout@v6
838839
with:
839840
repository: phpredis/phpredis
@@ -894,6 +895,7 @@ jobs:
894895
./configure --prefix=/opt/php --with-php-config=/opt/php/bin/php-config
895896
make -j$(/usr/bin/nproc)
896897
- name: build redis
898+
if: ${{ false }}
897899
run: |
898900
cd redis
899901
/opt/php/bin/phpize

0 commit comments

Comments
 (0)