File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -873,13 +873,12 @@ jobs:
873873 repository : php-memcached-dev/php-memcached
874874 path : memcached
875875 - name : git checkout redis
876- # Currently fails to build
877- if : false
878876 uses : actions/checkout@v4
879877 with :
880878 repository : phpredis/phpredis
881879 path : redis
882880 - name : git checkout xdebug
881+ if : false
883882 uses : actions/checkout@v4
884883 with :
885884 repository : xdebug/xdebug
@@ -935,14 +934,13 @@ jobs:
935934 ./configure --prefix=/opt/php --with-php-config=/opt/php/bin/php-config
936935 make -j$(/usr/bin/nproc)
937936 - name : build redis
938- # Currently fails to build
939- if : false
940937 run : |
941938 cd redis
942939 /opt/php/bin/phpize
943940 ./configure --prefix=/opt/php --with-php-config=/opt/php/bin/php-config
944941 make -j$(/usr/bin/nproc)
945942 - name : build xdebug
943+ if : false
946944 run : |
947945 cd xdebug
948946 /opt/php/bin/phpize
You can’t perform that action at this time.
0 commit comments