We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb4878e commit c6a2f2aCopy full SHA for c6a2f2a
.github/workflows/nightly.yml
@@ -792,6 +792,8 @@ jobs:
792
repository: php-memcached-dev/php-memcached
793
path: memcached
794
- name: git checkout redis
795
+ # Currently fails to build
796
+ if: false
797
uses: actions/checkout@v4
798
with:
799
repository: phpredis/phpredis
@@ -853,6 +855,8 @@ jobs:
853
855
./configure --prefix=/opt/php --with-php-config=/opt/php/bin/php-config
854
856
make -j$(/usr/bin/nproc)
857
- name: build redis
858
859
860
run: |
861
cd redis
862
/opt/php/bin/phpize
0 commit comments